You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teh instantaneous pressure (on the fly calculated during force calculaiton for NPT) is currently not accessible from Python.
To allow testings, add system.analysis.get_instantaneous_pressure() fand ...virials()
This can then return the value from the core (currently i the nptiso global, but to be moved into the System class)
The text was updated successfully, but these errors were encountered:
Teh instantaneous pressure (on the fly calculated during force calculaiton for NPT) is currently not accessible from Python.
To allow testings, add
system.analysis.get_instantaneous_pressure()
fand...virials()
This can then return the value from the core (currently i the
nptiso
global, but to be moved into theSystem
class)The text was updated successfully, but these errors were encountered: