-
Notifications
You must be signed in to change notification settings - Fork 0
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
QFEP is broken, with too many files #7
Comments
I guess this will happen with qfep in all branches, but, any branch in particular you're working with? |
It was indeed a very short bugreport. Paul is working on it. |
Ouch! So the problem might be already present past 52 frames or so. I have to hasten the pace on setting up the dedicated web-server for Q. My guess is that this would also break the Benett's Acceptance Ratio and Thermodynamic Integration protocols of Johan Sund which I've yet to incorporate into the master qfep. |
I checked this again with >1000 files, the issue seems to be the same as in #15 veff1(j)=veff1(j)+FEP(ifile)%lambda(istate)*FEP(ifile)%v(j,istate,ipt)596 veff2(j)=veff2(j)+FEP(ifile+1)%lambda(istate)*FEP(ifile)%v(j,istate,ipt)606 dgfsum(j,ifile+1)=dgfsum(j,ifile)+dgf(j,ifile)and others later on. |
Qfep does not proprely with more than about may be 500 files.
The text was updated successfully, but these errors were encountered: