- Jan 06, 2021
-
-
Kurt A. O'Hearn authored
-
- Jan 04, 2021
-
-
Kurt A. O'Hearn authored
sPuReMD: add QMMM library interface for external codes (e.g., Amber). Rework file I/O parsing to jive with multiple consecutive simulation code changes. Improve file parser error checking (numeric types). Other code clean-up.
-
- Dec 16, 2020
-
-
Kurt A. O'Hearn authored
-
Kurt A. O'Hearn authored
sPuReMD: fixes for multiple consecutive simulation codepath. Reorganization to this codepath (some data structure now carry a flag to designation their allocation state). Fix bug in force field parser (atom type not truncated correctly). Charge sparse_matrix structs to be non-pointers to jive with new allocation state flag. Other code clean-up.
-
- Dec 15, 2020
-
-
Kurt A. O'Hearn authored
sPuReMD: finalize sPuReMD multiple consecutive simulation code (for integration with other codebases).
-
- Dec 10, 2020
-
-
Kurt A. O'Hearn authored
-
- Nov 20, 2020
-
-
Kurt A. O'Hearn authored
sPuReMD: add functionality to run multiple MD simulations (for usage via integration with external codebases).
-
- Feb 26, 2020
-
-
Kurt A. O'Hearn authored
-
- Jan 06, 2020
-
-
Kurt A. O'Hearn authored
sPuReMD: output PDB files according to write_freq value in control file in addition to outputting to the trajectory file. Small tweak to PDB output format to be in compliance with specification.
-
- 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 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.
-
- 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 04, 2019
-
-
Kurt A. O'Hearn authored
-
- 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 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.
-
- Mar 14, 2019
-
-
Kurt A. O'Hearn authored
sPuReMD: fix issue with hbonds list indices not being reset correctly. Small algebraic rearrangements of valence angle calculations to match Fortran ReaxFF code (no numeric changes). Fix issue with rvec_isZero being incorrect. Fix issue with debugging arrays for TEST_FORCES not having indicies initialized. Other clean-up work.
-
- Dec 07, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: re-enable SMALL_BOX_SUPPORT. Fix issue with far nbrs list being incorrectly generated for small boxes (missing nbr ID). Fix issue with ACKS2 matrix being incorrect for small boxes due to multiple non-zeros being added for each perioidic image of an atom (accumulate instead). Add missing ACKS2-specific energy and forces term. Clean-up far nbr list estimation and generation code for small boxes. Do not add far list struct entries unless the atom is below the specified cutoff.
-
- Oct 15, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: refactoring to align code with PuReMD. Disable SMALL_BOX_SUPPORT. Refactor to remove union-based polymorphic behavior for reax_list. Other general code clean-ups.
-
- Jun 14, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: backport changes for reax_list, struct declaration/definition separation, interaction_function.
-
- May 14, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: make CoM logic consistent with PuReMD. Other build system updates for debugging and newer versions of MPICH.
-
- Apr 30, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: add checks on string and file handling. Rewrite PDB writing to be line-by-line. Other refactoring.
-
- Apr 15, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: remove debug prints. Default to no good initial guess for out of range values for spline extrapolation.
-
- Apr 11, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: move NaN checks on system energy to after logging. This allows better diagnostics for, e.g., the potential logging.
-
- Mar 01, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: separate total energy computation and fix Python driver bug with structure definition for ctypes. Allow disabling file logging during simulation.
-
- Feb 12, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: fix GMRES bug introduced from previous refactoring. Explicitly link OpenMP for library. Refactoring to remove global variables. Remove unnecessary OpenMP barriers after single regions.
-
- Feb 07, 2018
-
-
Kurt A. O'Hearn authored
-
- Feb 04, 2018
-
-
Kurt A. O'Hearn authored
-
- Feb 02, 2018
-
-
Kurt A. O'Hearn authored
-
- Jan 08, 2018
-
-
Kurt A. O'Hearn authored
sPuReMD: split into library and driver for, e.g., optimization integration. Fix bug with interaction lists being allocated for hydrogen bonds when no hydorgen atoms present. Fix minimum allocation size of 3-body lists (uncovered with small lithium geometries). Refactor naming of conflicting data structures. Update .gitignore.
-
- Nov 27, 2017
-
-
Kurt A. O'Hearn authored
PG-PuReMD: fix error due to function prototype change. PuReMD: fix issues with GCC new inline behavior, fix reax_list bugs. sPuReMD: change exit code to zero.
-
- Oct 19, 2017
-
-
Kurt A. O'Hearn authored
sPuReMD: add safe memory allocation functions. Fix issue with certain parameters for shielded van der Waals interactions not being correctly initialized. Other general refactoring.
-
- Sep 06, 2017
-
-
Kurt A. O'Hearn authored
sPuReMD: further OpenMP work on force computations and interaction lists. Minor data structure scope changes. Fix numereous non-critical memory leaks. Add tear-down code. Other general refactoring.
-
- Feb 25, 2017
-
-
Kurt A. O'Hearn authored
-
- Feb 16, 2017
-
-
Kurt A. O'Hearn authored
-
- Sep 01, 2016
-
-
Kurt A. O'Hearn authored
-
- Aug 06, 2016
-
-
Kurt A. O'Hearn authored
-
- Aug 05, 2016
-
-
Kurt A. O'Hearn authored
Add minor checks to PG-PuReMD and PuReMD. Major refactoring of sPuReMD: backport much of PuReMD code and add CUSTOM geo format.
-
- Jun 18, 2016
-
-
Kurt A. O'Hearn authored
-