Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PuReMD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SParTA
PuReMD
Graph
f0ed154f5ecdebc9ef3e21c5e168edeb6e611cce
Select Git revision
Branches
9
dummy-atom-support
energy_minim
main
default
protected
new_setup
pg-puremd-charge-solver-opt-sdsc-hackaton
qeq-nonzero-net-charge
restraint_support
tensorflow_update
tensorflow_update_v2
Tags
1
v1.0-rc1
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Dec
25
Nov
8
4
29
Oct
25
24
20
17
11
10
8
6
3
24
Sep
23
12
10
9
5
29
Aug
17
6
4
1
30
Jul
27
12
21
Jun
12
10
3
30
May
29
28
27
24
23
5
4
30
Apr
18
15
13
18
Mar
17
14
12
6
4
1
28
Feb
27
25
21
20
19
18
14
13
7
6
29
Jan
28
27
26
25
23
21
18
15
10
9
8
6
5
4
3
2
31
Dec
28
27
23
22
21
19
18
17
16
15
13
12
10
7
4
30
Nov
27
26
25
23
22
12
9
8
7
6
5
3
29
Oct
25
24
22
21
15
6
4
1
28
Sep
22
20
19
17
15
13
12
11
8
7
6
5
30
Aug
28
26
22
19
15
31
Jul
15
14
Jun
30
May
29
28
24
23
22
21
18
16
15
14
30
Apr
19
17
15
11
3
2
27
Mar
26
22
21
13
12
1
26
Feb
23
20
19
18
15
14
13
12
8
7
4
2
1
29
Jan
26
25
24
17
8
30
Nov
27
21
3
26
Oct
20
19
16
23
Sep
19
10
6
27
Aug
25
24
23
22
21
26
Jul
25
24
16
15
11
22
Jun
20
17
13
7
6
26
May
1
19
Apr
18
27
Mar
22
18
27
Feb
26
25
23
21
16
11
23
Dec
8
6
5
3
25
Nov
24
22
21
16
13
Oct
11
9
Sep
8
7
6
4
3
1
31
Aug
26
23
18
7
6
5
3
2
29
Jul
28
25
20
1
30
Jun
28
27
21
20
18
17
16
14
12
9
8
7
3
31
May
30
19
18
16
13
26
Apr
23
18
12
25
Mar
13
11
24
Feb
17
16
2
1
29
Jan
28
26
14
sPuReMD: corrections to external pressure calculations for NPT-type ensemble simulations (use correct periodic images between reneighboring steps). Other code clean-up.
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.
Build: work around Autoconf bug in AC_SEARCH_LIBS preventing both LAPACK and Tensorflow from being used together for sPuReMD.
sPuReMD: disable debug prints (DEBUG -> DEBUG_FOCUS). Small tweaks to valence angle code to better match reference. Other code clean-up.
Tools: modify compare_logs to enable comparison across different run types.
PG-PuReMD: backport fixes from sPuReMD to control file parsing. Tools: formatting tweaks for MPI-GPU code.
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.
PuReMD: add SDM solver.
PuReMD: add BiCGStab solver.
sPuReMD: fix box initialization for custom geometry file format.
Increase boundary spacing for PETN LAMMPS benchmark.
Increase boundary spacing for PETN LAMMPS benchmark.
Update PETN LAMMPS benchmark. Add PDB replication support to geo_tools.py.
PG-PuReMD: remove outdated debugging and validation code (was performing host-only simulation with host+device simulation and comparing results).
PG-PuReMD: finish removing global variables.
PG-PuReMD: refactoring to unify CUDA code naming conventions and to simply code in cuda_system_props.cu.
PG-PuReMD: fix compilation errors.
PG-PuReMD: begin refactoring to remove global variables.
PuReMD: fixes to PIPECR. Reorganize charge solver code to better seperate solver setup.
PG-PuReMD: remove compilation warnings. Remove debug prints in MPI codepath. Other code clean-up.
PG-PuReMD: update CUB to commit c3cceac1 (on v1.8.0 branch).
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.
sPuReMD: fix issue with configure script nuking Tensorflow link variables when LAPACK link variables are set.
sPuReMD: refine BiCGStab implementation to not falsely report numeric breakdown. TODO: decide on correct checks for level of precision in numeric breakdown checks.
sPuReMD: add build system support for Tensorflow. Fix compilation errors for Tensorflow wrappers.
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.
sPuReMD: fix deadlock condition in BiCGStab (global shared variables in Norm and Dot functions could overwritten in some multi-threaded runs). Remove debugging prints.
sPuReMD: modify BiCGStab implementation to utilize preconditioning.
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.
sPuReMD: fix formatting in writing PDB files (extra newline).
sPuReMD: small fixes around BGF geometry file format parsing and memory management.
sPuReMD: small updates to Python wrapper (data structure changes). Fix issue with system energies not being computed for step 0 with the wrapper.
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.
sPuReMD: add sanity checks on file parsing.
PuReMD: code refactoring to remove global variables (similar to sPuReMD). sPuReMD: minor refactoring to match naming conventions of PuReMD.
sPuReMD: fix compilation error.
v1.0-rc1
v1.0-rc1
sPuReMD: minor code clean-up.
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).
sPuReMD: remove global variable (array of function pointers for printing bonded interactions during debugging).
sPuReMD: refactoring in geo_tools.c
Loading