-
Notifications
You must be signed in to change notification settings - Fork 85
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
FCHL19 with periodic boundary conditions and OpenMP. #137
base: develop
Are you sure you want to change the base?
Conversation
…pport for FCHL19 routines.
Fantastic contribution, thank you so much for this!
Thanks again, this is awesome! |
Thank you for the reply!
|
Thank you for the update! I'll review this tonight, so should be able to merge this in! |
Great! Last minute update that I decided to make: I added a revised test for PBC implementation of FCHL19, the script "test_fchl_acsf_pbc.py". Before this update the fork contained first draft of the test created by Max Schwilk from benchmarks I used earlier to check that the code works correctly (it's integrated into test_fchl_acsf_force.py script and adds some LiH* files to data); I hope the duplication does not create too much confusion. |
FCHL19 now works with periodic boundary conditions and is parallelized with respect to atoms.
Minor OpenMP addition in kernels/fgradient_kernels.f90.