Skip to content
New issue

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

Postprocessing #73

Merged
merged 14 commits into from
Jul 29, 2021
Prev Previous commit
Next Next commit
write_postprocessed added to automation
  • Loading branch information
jordidj committed Jul 12, 2021
commit e6bc7d4aadd586463e1ab3af4043b704ca2d4046
1 change: 1 addition & 0 deletions post_processing/pylbo/automation/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"savelist": [
("write_matrices", bool),
("write_eigenfunctions", bool),
("write_postprocessed", bool),
("show_results", bool),
("basename_datfile", str),
("basename_logfile", str),
Expand Down