Skip to content
View tgmaxson's full-sized avatar

Highlights

  • Pro

Block or report tgmaxson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A script to get the general coordina... A script to get the general coordination number of an atom based on covalent_radii as supplied by Atomic Simulation Enviroment.
    1
    from ase.io import read
    2
    from ase.data import covalent_radii as CR
    3
    import sys
    4
    
                  
    5
    from datetime import datetime