data reshape parameters #511
Unanswered
lammps-vasp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do parameters mean?
data['coords'] = np.reshape(data['coords'], [nframes, -1, 3])
eg:(data['coords'], [nframes, -1, 3]);nframes, -1, 3 What does each mean ? and data['coords']
Beta Was this translation helpful? Give feedback.
All reactions