- Dec 04, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: replace OpenMP critical sections on ext_press with thread-local storage and subsequent reduction (ext_press_local). Other code clean-up.
-
- Dec 03, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: corrections to external pressure calculations for NPT-type ensemble simulations (use correct periodic images between reneighboring steps). Other code clean-up.
-
- Nov 25, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with torsion & conjugation forces being incorrect due to rel_box arithmetic being wrong (incorrect directions for position vectors). Redesign atomic distance and position update functions to support both periodic boundary conditions and non-periodic boundary conditions. Behavior change: let random_velocity parameter in control file take precedent over specifying a non-zero initial temperature value. Other code clean-up.
-
- Nov 08, 2019
-
-
Kurt A. O'Hearn authored
Build: work around Autoconf bug in AC_SEARCH_LIBS preventing both LAPACK and Tensorflow from being used together for sPuReMD.
-
- Nov 04, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: disable debug prints (DEBUG -> DEBUG_FOCUS). Small tweaks to valence angle code to better match reference. Other code clean-up.
-
- Oct 29, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
PG-PuReMD: backport fixes from sPuReMD to control file parsing. Tools: formatting tweaks for MPI-GPU code.
-
- Oct 25, 2019
-
-
Kurt A. O'Hearn authored
PuReMD: disable debug prints during basic debugging (DEBUG -> DEBUG_FOCUS). Re-enable DUAL_SOLVER. Small buffer reworking around trajectory file (REG_TRAJ). Other code clean-up.
-
Kurt A. O'Hearn authored
-
- Oct 24, 2019
-
-
Kurt A. O'Hearn authored
-
- Oct 20, 2019
-
-
Kurt A. O'Hearn authored
-
- Oct 17, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- Oct 11, 2019
-
-
Kurt A. O'Hearn authored
PG-PuReMD: remove outdated debugging and validation code (was performing host-only simulation with host+device simulation and comparing results).
-
Kurt A. O'Hearn authored
-
- Oct 10, 2019
-
-
Kurt A. O'Hearn authored
PG-PuReMD: refactoring to unify CUDA code naming conventions and to simply code in cuda_system_props.cu.
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- Oct 08, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- Oct 06, 2019
-
-
Kurt A. O'Hearn authored
PG-PuReMD: fix issue with portions of interaction lists not being initialized for Cuda_Init_Forces. Utilize more targeted debugging prints (DEBUG -> DEBUG_FOCUS). Other general code cleanup.
-
- Oct 03, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with configure script nuking Tensorflow link variables when LAPACK link variables are set.
-
- Sep 24, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: refine BiCGStab implementation to not falsely report numeric breakdown. TODO: decide on correct checks for level of precision in numeric breakdown checks.
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: add support for using the Tensorflow machine learning library to prediction initial guesses for the charge solver using the long short-term memory model (LSTM) via frozen models in GraphDef files.
-
- Sep 23, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix deadlock condition in BiCGStab (global shared variables in Norm and Dot functions could overwritten in some multi-threaded runs). Remove debugging prints.
-
Kurt A. O'Hearn authored
-
- Sep 12, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix small formatting issue with writing out PDB formatted files. Fix issue with bond restrictions when running with BGF formatted geometry files. Respect buffer size of snprintf calls.
-
- Sep 10, 2019
-
-
Kurt A. O'Hearn authored
-
- Sep 09, 2019
-
-
Kurt A. O'Hearn authored
-
- Sep 05, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: small updates to Python wrapper (data structure changes). Fix issue with system energies not being computed for step 0 with the wrapper.
-
- Aug 29, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with far neighbor list being incorrectly generated on MD steps where the list was not being computed (issue with atomic distances being incorrectly computed for peroidic neighbors). Disable several debugging print statements (DEBUG -> DEBUG_FOCUS). Other code clean-up.
-
- Aug 17, 2019
-
-
Kurt A. O'Hearn authored
-
- Aug 06, 2019
-
-
Kurt A. O'Hearn authored
PuReMD: code refactoring to remove global variables (similar to sPuReMD). sPuReMD: minor refactoring to match naming conventions of PuReMD.
-
- Aug 04, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with SMALL_BOX_SUPPORT incorrectly computing pairwise atomic distances for periodic self-images. Fix issue with integer vector sum function (used in bond order and torsion interactions).
-
- Aug 01, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: remove global variable (array of function pointers for printing bonded interactions during debugging).
-