-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Jeff Overbey edited this page May 26, 2016
·
10 revisions
- Implement NLC on CPU
- Integrate Verlet on CPU (from branch)
- Support NPT ensembles
- Support molecule flexibility
- Ewald summations
- Parallelize NLC on GPU
- Parallelize Verlet on GPU
- Update Makefile to compile with GCC without OpenACC (CPU-only/no GPU)
- Add tests from Orlando's 5/26 e-mail
- Refactor Simulation/SimBox/etc. design per 5/26 discussion
- Fix CLI args and design to accommodate varying cutoff methods (brute-force, matrix, NLC, Verlet)
- Update Makefile to compile with PGCC with -ta=multicore (In progress: Brandon)
- Update Makefile to compile with GCC with OpenACC
- Step parallelism
- Free energy perturbation calculations
- QM/MM