forked from plumed/plumed2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PIV metric coupled with PathCV and added input example for doxygen. * Line CRYST1 of a PDB file is read and box vectors, axis and angles are computed. Functions are added to get box parameters. * Added function getClosePairAtomNumber to get pairs in AtomNumber format for piv construction. * Added function set_r0 to set the R_0 value from piv class once the scaling factor has been defined. * piv module added * Added piv module regtests on distance and derivatives/virial * PIV.cpp Astyled * Files astyled using plumed astyle * solved Travis warnings on non-initialized member variables * Solved the R_0 issue without adding any new function in SwitchingFunction.cpp, but by substituting its value in the string read as in PIV.cpp. * Fixed format in reading box parmaters (CRYST1) in pdb.cpp * Changed the construction of the box vectors from length and angle parameters in pdb.cpp * fixed update_piv * Better timing part2 * Fixed problems in Makefiles for regtests * Fixed details from a resolved conflict * Added Makefile for regtests * Deleted tmp directories in regtests * Revert "Deleted tmp directories in regtests" This reverts commit 1fd9813. * Revert "Added Makefile for regtests" This reverts commit 552cb52. * Reverted commit and Makefile added * using the "serial" path for distance tests. This fixes the MPI errors in regtests * Fixed problems in regtests with debug flags for compiler * PIV.cpp astyled
- Loading branch information
1 parent
f87e9de
commit 8854ae3
Showing
12 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include ../scripts/module.make | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ../scripts/test.make | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ../scripts/test.make | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ../scripts/test.make | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ../scripts/test.make | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ../scripts/test.make | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ../scripts/test.make | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -503,7 +503,6 @@ double SwitchingFunction::get_dmax2() const { | |
return dmax_2; | ||
} | ||
|
||
|
||
} | ||
|
||
|
||
|