saving multiple lattice variables in the same file #593
simoneliuzzo
started this conversation in
General
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.
-
is it possible to save several lattice variables in the same file, as can be done in matlab?
matlab:
save('./filename.mat', 'r0', 'rerr')
for example in python:
at.save_lattice('./filename.mat', mat_key={‘rerr’, ‘r0’})
Beta Was this translation helpful? Give feedback.
All reactions