bool
|
|
|
|
|
|
str or None
|
|
bool
|
is_lennard_jones(struct)
Check if this is a Lennard-Jones coarse grain structure |
|
|
bool
|
|
float
|
vdw_radius(atom)
Get the proper VDW radius for an atom. |
|
|
|
set_atom_coarse_grain_properties(struct,
atom,
name,
rgb=( 100, 100, 100) ,
atom_type=400,
formal_charge=0.0,
partial_charge=0.0,
radius=10.0,
mass=12.0)
Set the properties required for a coarse grain particle atom |
|
|
|
_doc__ = ' \nUtilities for working with coarse grain structures ...
|
|
CG_REP_TYPE = ' CG '
|
|
REP_TYPE_KEY = ' s_matsci_rep_type '
|
|
NB_TYPE_KEY = ' s_matsci_cg_non-bond_type '
|
|
FF_CUTOFF_PROPERTY = ' r_matsci_cg_ff_cutoff_(Ang) '
|
|
LENNARD_JONES = ' Lennard-Jones '
|
|
DISSIPATIVE_PARTICLE = ' Repulsive harmonic '
|
|
NONBOND_POTENTIALS = [ ' Lennard-Jones ' , ' Repulsive harmonic ' ]
|
|
CG_UNIQUE_BOND_PARTICLE_1_LABEL_KEY = ' s_matsci_cg_particle_1_ ...
|
|
CG_UNIQUE_BOND_PARTICLE_2_LABEL_KEY = ' s_matsci_cg_particle_2_ ...
|
|
CG_UNIQUE_PARTICLE_LABEL_KEY = ' s_matsci_cg_particle_label '
|
|
CG_ELEMENT_SYMBOL = ' H '
|
|
CG_ATOMIC_NUMBER = 1
|
|
DEFAULT_MMOD_ATOM_TYPE = 400
|
|
DEFAULT_RADIUS = 10.0
|
|
DEFAULT_MASS = 12.0
|
|
DEFAULT_RGB = ( 100, 100, 100)
|
|
CG_PARTICLE_COLOR_NAME_KEY = ' s_matsci_cg_particle_color_name '
|
|
__package__ = ' schrodinger.application.matsci '
|