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
How do you actually load and use the streamed Sire system? I've followed what's done in OpenMMMD.py, but get errors whenever I try to do anything to the system, e.g.:
fromSire.Streamimportload# Load a binary restart file.system, _=load("/tmp/tmpo5lhzy3c/sim_restart.s3")
# Print the system.print(system)
System( name=, nForceFields=6, nMolecules=631nMonitors()=1 )
# Try to get the molecule numbers. (Or do pretty much anything else.)system.molNums()
I've now modified OpenMMMD.py so that it also saves a binary AMBER RST coordinate file called latest.rst after each cycle so I can use that in combination with the original topology file to get the latest system instead.
The text was updated successfully, but these errors were encountered:
lohedges
changed the title
Can't manipulate system loaded from SOMD s3 restart file.
Can't manipulate system loaded from SOMD s3 restart file
Jul 26, 2019
In reference to this BioSimSpace issue:
How do you actually load and use the streamed Sire system? I've followed what's done in OpenMMMD.py, but get errors whenever I try to do anything to the system, e.g.:
This results in the following error:
I've now modified OpenMMMD.py so that it also saves a binary AMBER RST coordinate file called
latest.rst
after each cycle so I can use that in combination with the original topology file to get the latest system instead.The text was updated successfully, but these errors were encountered: