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
The docs specify the memory order of `timestep._pos' correctly to be "C".
The docs here
specifies
_pos of dtype float32 of shape (n_atoms, 3) and internal FORTRAN order, holding the raw cartesian coordinates ...
Where 'FORTRAN' should be replaced by 'C'
The text was updated successfully, but these errors were encountered:
Can you add to the issue report what the correct answer is?
Sorry, something went wrong.
Done, apologies should have left more detail.
This was fixed in #3683
hmacdope
No branches or pull requests
Expected behavior
The docs specify the memory order of `timestep._pos' correctly to be "C".
Actual behavior
The docs here
specifies
Where 'FORTRAN' should be replaced by 'C'
The text was updated successfully, but these errors were encountered: