-
Notifications
You must be signed in to change notification settings - Fork 29
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
Running the FFS example fails #12
Comments
This means that the FFS input file did not have a defined initial configuration. The tutorial uses a Python script to generate the inputs with user-defined parameters. Did you use that script to generate your inputs? What does your input [There was an error in the template |
No, I saw that and fixed it. My When I saw looking through the Forward Flux source code I noticed: I should also add that the |
The interfaces do not necessarily need to be at positive numbers, but your initial CV must be within the first state (less than the first interface location). With your input file, you need to provide an initial configuration that has a torsional angle that is greater than -2.61. The |
Does it work in serial? Does it work as long as the number of walkers is the same as the number of MPI tasks? The FFS example crashes also with LAMMPS (see open issue #10). |
With the provided example files and using |
I see, and to do that would I manually change the |
You could change your initial configuration, so that it exists in state A (at the first interface). Or adjust your interface values, so that state A includes the initial CV value. If the JSON is valid, that addresses the issue with |
There are several shortcomings of the FFS method that our developers have identified recently. For instance, the interfaces can be either all monotonically increasing or decreasing, but we only check that the CV is less than the value of state A. If they are decreasing, the initial CV should be larger than the value of state A. We have an eventual overhaul of FFS planned, but the current implementation has this quirk in it. |
I look forward to seeing the results of the overhaul! And thanks for the help and clarification. |
When I try to run the FFS example, the output file is empty and I get the following:
Also, I am using GROMACS.
The text was updated successfully, but these errors were encountered: