|
|
__init__(self,
st,
rb_atoms,
angle_diff=10,
ff=16,
debug=False,
canonicalize=True,
prime_hmc=True,
hmc_steps=20)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
_has_prime(self)
Check whether Prime and Prime license exist |
|
|
|
|
potential(self,
conf=None,
degree=True)
get potential energy corresponding to 'conf' |
|
|
|
|
run_hmc(self,
nsteps=20)
Run prime HMC, return top output cts |
|
|
|
|
prime_search_and_scan(self,
nsteps=20)
Get best profile by using Prime HMC to generate multiple initial
coordinates. |
|
|
|
|
| _scan(self,
canonicalize=True) |
|
|
|
|
| getRotEnergy(self,
offset=False) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|