We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In [33]: mol.step Out[33]: array([ 85899345930, 171798691870, 257698037810, 343597383750, 429496729690, 515396075630, 601295421570, 687194767510, 773094113450, 858993459390, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]) In [34]: mol.time Out[34]: array([ 0.04 , 0.08 , 0.12 , 0.16 , 0.2 , 0.23999999, 0.28 , 0.31999999, 0.36000001, 0.40000001, 0.44 , 0.47999999, 0.51999998, 0.56 , 0.60000002, 0.63999999, 0.68000001, 0.72000003, 0.75999999, 0.80000001], dtype=float32)
mol.time should be somehow rounded? mol.step seems wrong. Need to fix the XTC reader
The text was updated successfully, but these errors were encountered:
data.zip
Sorry, something went wrong.
Fixed issue with step 68fd75b
Issue with time will need some thinking. I think XTC reader returns precision
stefdoerr
No branches or pull requests
mol.time should be somehow rounded?
mol.step seems wrong. Need to fix the XTC reader
The text was updated successfully, but these errors were encountered: