summarylogtreecommitdiffstats
path: root/namd-git.config
blob: 352a7ba8b562a7499a13de23ac7d68fba3c662dc (plain)
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


function plumed_preliminary_test(){
# check if the README.txt contains the word NAMD
  grep -q NAMD README.txt 1>/dev/null 2>/dev/null && test -f */Make.config
}

function plumed_patch_info(){
cat << EOF

To enable PLUMED in a NAMD simulation one should add the following lines in the NAMD configuration file
(often named as xxx.namd or xxx.conf) and run the plumed-patched version of NAMD with it:

\verbatim
plumed on
plumedfile plumed.dat
\endverbatim

The first line tells NAMD to run with PLUMED and the second line specifies the PLUMED input file.

\bug NAMD does not currently take into account virial contributions
from PLUMED. Please use constant volume simulations only.

For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/

EOF
}

plumed_ignore_mpi=yes