Commit 704c952
ROM MVP solver in MD for Pinned H2O (#314)
* Fix EnergyAndForces tests (#277)
* have them work in debug mode too
* Move factor 4pi out og linear solvers (#278)
* Move some code into PoissonSolverFactory (#279)
* Clean up class Potentials (#280)
* Clean up class Ions, add test for it (#281)
* Add test MD_MVP (#290)
* Clean up code related to DM restart data (#292)
* Write dm (#291)
* Update use of DM in restart
* Remove unused function in Control (#294)
* Change symlink to restart in tests (#295)
* enable tests when old link present
* Extract number empty orbitals from restart file (#296)
* Clean up MD_IonicStepper restart data write (#297)
* Clean up code based on compiler warnings (#299)
* Add getForces for evaluateDMandEnergyAndForces (#300)
* Add check for compatibility MVP/Mehrstellen (#301)
* Add support for Br atom (#302)
* Clean up some HDFrestart functions (#303)
* Fix and test restart single hdf5 file (#305)
* Save Hartree potential for write in restart file (#306)
* Add commit number temporarily
* Fix merge
* Speed-up recently added tests (#309)
* simply use a smaller domain/mesh
* Encapsulate some functions in Potentials (#310)
* some functions were called at random places and confusing
* Remove confusing 0 in naming restart files (#308)
* use added integer only in case of fail/retry
* Move geometric transforms to tools in library
* Add functionalities for extra info in restart file (#312)
* Add ROM MVP solver to MD
* Changes to scripts
* MPI abort (#313)
* Fix error code used by MPI_Abort
* Partial updates
* Rho and VH restart (#311)
* enable restart with consistent rho and VHartree
---------
Co-authored-by: Seung Whan Chung <seung.chung@austin.utexas.edu>
* Attempt to fix bugs
* Fix config file
* Debug
* Debug
* Debug
* Debug
* Strenghten testIons (#315)
* More clean up in class Potentials (#316)
* remove some unused functions
* make use of class MGmol_MPI
* change some function names for clarity
* fix some minor bug in iterative indexes
* Fix ROM stage
* Debug
* Add initialization to evaluateDMandEnergyandForces if it is ROM MVP
* Misc code fixes (#317)
* exposed by porting on new environment
* Use unique restart filenames in test HDF5single (#318)
* Swap ions in existing test (#319)
* strengthen testing by swapping ions in testRestartEnergyAndForces
* Code clean up (#320)
* use more const
* use initNuc() instead of moveVnuc()
* remove incorrect assert
* use MGmol_MPI in more cases
* setup g_kbpsi_ inside initNuc()
* rename initNuc() into setupPotentials()
* Pass by reference
* Make global version of setForces
* Added functionalities to set local forces (#321)
* Update mixed precision code (#322)
* enable cmake build with mixed precision
* enable use of BLIS
* isolate blas3 loop rewrite in separate files
* fix misc issues with mixed precision code
* Use new setLocalForce
* Write PinnedH2O into original ordering. This is better for MD
* names should be obtained before rotate
* Fixing ion names
* Clean up and fixes Ions (#326)
* reset static index counter ion Ion when needed
* simplify some loops
* make Ions copy constructor private
* Fixes for build without HDF5P (#324)
* Fix testRhoVhRestart (#325)
* Fix a few more issues with class Ions (#328)
* Debugging
* Introduce new constructor for class Ions (#330)
* modify various functions to use argument of type Ions instead of MGmol::ions_
* Add cleanup and MGmolInterface (#331)
* Using new constructor for ROM ions
* Add function to set local forces (#333)
* based on matching coordinates to local ions
* Use new setLocalForces with positions instead of names
* Cleanup
* only pe0 prints bondlengths and bondangle
* Fix setLocalForces
* Updates
* Minor changes
* Auxiliary scripts
* Auxiliary script
* Auxiliary scripts
* fix job scripts
* Renaming and adding new test
* Rename
* Minor change in auxiliary script
* config files
* update tests
* Minor changes in names
---------
Co-authored-by: Jean-Luc Fattebert <fattebertj@ornl.gov>
Co-authored-by: Seung Whan Chung <seung.chung@austin.utexas.edu>1 parent 2f1c16f commit 704c952
File tree
33 files changed
+725
-305
lines changed- examples/PinnedH2O
- src
- tools
- tests
- PinnedH2O_3DOF
33 files changed
+725
-305
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
25 | 35 | | |
26 | 36 | | |
27 | | - | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments