Classes and functions to create surface models.
Copyright Schrodinger, LLC. All rights reserved.
|
__doc__ = ...
|
|
_version = ' $Revision 0.0 $ '
|
|
XYZ_VECTORS = [ array([ 1., 0., 0.]), array([ 0., 1., 0.]), ...
|
|
OUTFILE_SUFFIX = ' -surface '
|
|
H_INDEX_DEFAULT = 1
|
|
K_INDEX_DEFAULT = 1
|
|
L_INDEX_DEFAULT = 0
hash(x)
|
|
MIN_IDX_DEFAULT = 0
hash(x)
|
|
MAX_IDX_DEFAULT = 1
|
|
H_INDEX_MIN_DEFAULT = 0
hash(x)
|
|
H_INDEX_MAX_DEFAULT = 1
|
|
K_INDEX_MIN_DEFAULT = 0
hash(x)
|
|
K_INDEX_MAX_DEFAULT = 1
|
|
L_INDEX_MIN_DEFAULT = 0
hash(x)
|
|
L_INDEX_MAX_DEFAULT = 1
|
|
ANGSTROM_DEFAULT = False
hash(x)
|
|
FRACTIONAL_DEFAULT = False
hash(x)
|
|
NONE = None
hash(x)
|
|
BOTTOM_DEFAULT = 0.0
|
|
SLAB_THICKNESS_DEFAULT = 1.0
|
|
VACUUM_THICKNESS_DEFAULT = 2.0
|
|
H_INDEX_KEY = ' i_matsci_h_Miller_idx '
|
|
K_INDEX_KEY = ' i_matsci_k_Miller_idx '
|
|
L_INDEX_KEY = ' i_matsci_l_Miller_idx '
|
|
HKL_INDEX_KEYS = [ ' i_matsci_h_Miller_idx ' , ' i_matsci_k_Miller_ ...
|
|
CEIL_FLOOR_THRESH = 0.001
|
|
IS_INFINITE_KEY = ' b_matsci_is_infinite '
|
|
ANCHOR_000_PBC_POSITION = ' anchor_0_0_0 '
|
|
__package__ = ' schrodinger.application.matsci.nano '
|