-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix issue with double-well potentials #4
base: main
Are you sure you want to change the base?
Conversation
Thanks for the contribution @RFMalenda! Since you've added a new file rather than changing an existing file, I'm not able to easily see the changes here. I believe the following sequence of commands will fix this if they are run from the LEVEL/LEVEL_2022 folder in your fork:
Let me know if it works! |
rename levelAS_RMCF_DoubleFix.f to levelAS.f
Thanks @RFMalenda! Now we can easily see the differences between your version and the previous version, here: https://github.com/HPQC-LABS/LEVEL/pull/4/files |
Fix the check on the correction terms for double wells Writing wave functions as a function of RVB to either the .10 file if LPRW<0 and to individual .fin files if LPRW>0 Reading in wave functions from .fin files Adjusted formatting for the .7 output file
@RFMalenda Thanks for adding the support for .fin files today! I wonder if you could add to the LEVEL_2022/test_suite folder, an example of how it works? When significant changes are made to the code, we want to make sure that the new version of the code passes all tests in the test suite. |
Explanation of how to use write and read function to generate .fun files including wave function information and read from .fin files to get wave function information
@ndattani We have added some test files including inputs and outputs, along with a README explaining the changes and files. Please let me know if there is anything else we need to do or any questions we can answer. |
Fix issue with double-well potentials