- Dec 10, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: add control file parameter to compute atomic system pressure for non-NPT ensembles. Fix issues with isotropic NPT ensemble (incorrect pressure and temperature scalers). Change atomic position remapping behavior to include upper boundaries of the simulation box (shared memory code only). Other code clean-up.
-
- 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 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 20, 2019
-
-
Kurt A. O'Hearn authored
-
- 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).
-
Kurt A. O'Hearn authored
-
- Jul 27, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: improvements for building in debug mode (add assertion support for run-time checks). Fix issue with Verlet list recomputation logic being incorrect. Fixes to be string comparisons.
-
- Jul 12, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with certain preconditioners not being initialized for runs using restart files. Fix issue with part of simulation box struct not being initialized for runs using restart files (box->min). Other code clean-up from debugging issues with SMALL_BOX_SUPPORT.
-
- Jun 21, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: add safety check for BGF input files (CRYSTX). Remove compiler warnings when enabling DEBUG_FOCUS.
-
- Jun 12, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issues with using sizeof with dynamically allocated pointers. Change OpenMP schedule policies for linear algebra code. PuReMD: correct discrepancy with charge matrix construction. Enable dual solver for charges by default.
-
- Jun 10, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: refactoring to better align with PuReMD code. PuReMD: backport sPuReMD changes from validation efforts against Fortran ReaxFF code.
-
- Jun 03, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fixes to SAI preconditioner to correctly apply threshold to negative entries and to handle EE/ACKS2 cases when a threshold value of 1.0 is chosen.
-
- May 29, 2019
-
-
Kurt A. O'Hearn authored
-
- May 28, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: fix bug with diagonal scaling during FG_ICHOL/FG_ILUT producing incorrect factorizations when diagonal entries were negative.
-
- May 27, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: complete fine-grained Cholesky implementation. TODO: fix numeric breakdowns with water 6540 atom system.
-
- May 24, 2019
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
-
- May 23, 2019
-
-
Kurt A. O'Hearn authored
-
- May 05, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: workarounds for memory issues with ILUT factors. Implement ILU(0) and call when selecting ILUT with a droptol of 0.
-
- May 04, 2019
-
-
Kurt A. O'Hearn authored
-
- Apr 18, 2019
-
-
Kurt A. O'Hearn authored
-