float
|
determine_box_size(struct)
Determine the size of a cubic box that encloses the entire structure |
|
|
|
|
|
store_chorus_box_props(struct,
ax,
ay=0.0,
az=0.0,
bx=0.0,
by=None,
bz=0.0,
cx=0.0,
cy=0.0,
cz=None)
Add properties to the structure that define the periodic boundary
condition in the way Desmond wants it defined. |
|
|
bool
|
|
bool
|
|
bool
|
|
(str, str)
|
write_builder_input(struct,
out_name,
forcefield=OPLS2005,
rezero_system=True)
Write input for the Desmond System Builder |
|
|
str or None
|
run_system_builder(struct,
output_basename,
forcefield=OPLS2005,
rezero_system=True,
logger=None)
Run the Desmond multisim system builder |
|
|
list
|
|
(str or None, int)
|
|
|
__doc__ = ...
|
|
DESMOND_TYPE_PROP = 's_ffio_ct_type'
|
|
COMMAND_TEXT = ...
|
|
OPLS2005 = mm.mmffld_get_ffld_name(14)
|
|
CHORUS_PROP_PREFIX = 'r_chorus_box_'
|
|
CHORUS_CUBIC_PROPS = [CHORUS_PROP_PREFIX+ x for x in ['ax', 'b...
|
|
CHORUS_NON_CUBIC_PROPS = [CHORUS_PROP_PREFIX+ x for x in ['ay'...
|
|
CHORUS_BOX_ALL_PROPS = CHORUS_CUBIC_PROPS+ CHORUS_NON_CUBIC_PROPS
|
|
PDB_CRYSTAL_PROPS = [xtal.Crystal.A_KEY, xtal.Crystal.B_KEY, x...
|
|
BC_BOX_PROPS = [xtal.BC_BOX_A_KEY, xtal.BC_BOX_B_KEY, xtal.BC_...
|