Commit graph

33 commits

Author SHA1 Message Date
Marcella Iannuzzi
107a6840c9 new regtests for reaction path colvar
svn-origin-rev: 9445
2010-01-25 17:24:51 +00:00
Teodoro Laino
ee457522e3 VIRTUAL SITE constraint. This allows for TIP4P water. Added regtest (patch
created by Marcel Baer and fixed/cleaned by Teo). Reset few regtests for numerics.


svn-origin-rev: 8034
2008-12-09 16:18:01 +00:00
Joost VandeVondele
a5821f080e avoid problems with filename case on darwin (NaCl_wat.pdb and nacl_wat.pdb)
svn-origin-rev: 7872
2008-10-30 07:52:32 +00:00
Teodoro Laino
97d2e7db7f common debug routine for all methods (specific one for FIST in the attic in case
someone may need it in the future) to make things easier and less complicated.
Cleaning plenty of regtests in the FIST regtest directory.


svn-origin-rev: 7413
2008-06-08 09:55:39 +00:00
Marcella Iannuzzi
7a151a0f1e changed xas input due to sources changes, added one regtest for the restart of xas calculations, changed coordinates file name (nh3.pdb) that was not recognized by mac os x because it was equal to NH3.pdb, but for the use of capitals.
svn-origin-rev: 6685
2007-12-05 12:14:21 +00:00
Teodoro Laino
9b09991d00 Three pigeons with one bean: Bug fix for PBC in coorect bondend electrostatics both
energy/forces and virial.. Major rewriting of the routine and heavy cleaning.. Bug
fix in stress tensor for shell models (was missing the contribution from shell_i//core_i)..
Added two more regtests to check that PBC will be preserved since now on..
Resetted several regtests due to numerics (and to the bug fix for the shell model)


svn-origin-rev: 6124
2007-06-05 22:20:53 +00:00
Teodoro Laino
5572de0ae6 Bug fix in restart for fixed atoms when atoms are on different kind of molecules..
added two more regtests.


svn-origin-rev: 6101
2007-05-29 09:49:18 +00:00
Teodoro Laino
399671a66e more and more closer to FE-PQA: empowering the MOL_SET feature.. now it is
possible define a single molecule with PSFs of fragments and explicitly declaring
the further terms.. This required a reorganization both of the input sections (sorry about that guys!!)
but also in the code handling the reading and post_process of PSF info.
Few regtests added and changed  the syntax of MOL_SET in MC regtests.
Added also a preliminary section of the new free energy method(not working yet).


svn-origin-rev: 5958
2007-04-19 21:29:41 +00:00
Teodoro Laino
6ae8774636 Bug fix in counting external constraints for 3x3 and 4x6.. resetting 4 regtests.
Possibility to dump lagrange multipliers (X Chris) activating the proper print_key.
Cleaning debug comments left in the code.. and moving psf, xyz, and pdb out of the regtest directory
of fist.


svn-origin-rev: 5879
2007-03-19 19:27:46 +00:00
Teodoro Laino
1653374404 Here we go.. Let's start with free energy methods.. UI implementation..
One more regtest. Reorganization of themetadynamic section. now all free
energy method are contained in a main folder called free_energy.
Cleaning the regtest directory of fist, moving the xyz, pot and psf files
in correspondingly appropriate directories. few more work on free energy
calculations later on..


svn-origin-rev: 5732
2007-01-19 13:14:26 +00:00
Matthias Krack
4097f5792e ca. 23,000 empty lines removed
svn-origin-rev: 5653
2006-12-08 23:37:10 +00:00
Teodoro Laino
f45541a28b new reordering algorithm (to activate it use REORDER in GENERATE section). i
Now we can handle scrambled (but really scrambled PDB)
reorder them, match similar kind of molecules (on the basis of the connectivity only
, built starting from coordinates) and pack everything in a very efficient way.
The matching could fail only for very high symmetric molecular system.. in that case
two different molecules will be created instead of one.. added few more regtests..

Last: bug fix in the dipole of FIST.


svn-origin-rev: 5447
2006-10-06 14:28:52 +00:00
Teodoro Laino
5d1f34491b New connectivity generation routines (linear scaling).. faster.. more robust than older one.
Introduced the possibility to modify by input the generated connectivity.
Bug fix in the neighbour_lists of fist for non-periodic case.
cleaned the particle_types routine.
created a new section in the subsys section called GENERATE that contains all
possible parameters influencing the generation of the connectivity.

Added few more regtests for the new connectivity generator.


svn-origin-rev: 5403
2006-09-19 16:37:41 +00:00
Teodoro Laino
51210f46ca Moved the previous implementation of RESTRAINT to one using COLVAR.. restraints are
defined like contraints (see new regtests based on restraints). Added several regtests
testing the different kind of restraints.
New definition for torsional angle that avoids the singularity at pi or -pi.
Due to this new defition 2 regtests resetted.
Also the 2 regtests using restraints have been resetted due to the different implementation.


svn-origin-rev: 5307
2006-08-18 13:12:50 +00:00
Teodoro Laino
71b2f738d4 Bug fix for onfo. Fully conforming amber results to FIST results. introduced few
other tests to check that amber and fist will be compatible in the future..
Introduced a keyword to avoid the scaling of the cutoff energy.. In this way amber and fist
give exactly the same results.A bug fix also in the topology_converter.. cosmetics around..
reset 2 regtests.


svn-origin-rev: 5204
2006-06-02 17:27:06 +00:00
Teodoro Laino
3450380923 Bug fix for 1-4, 1-3 and 1-2 interactions..
Bug fix for double counting of 1-4 interactions..
Bug fix for spline_bond_env (1-4) generations..
Introduced a test used to compare the single energy contributions with AMBER.
The energies agree 10^-6-10^-7 if the e_cutoff_coul and e_cutoff_vdw is not
taken into account..
Infact AMBER defines the electrostatic and VDW potential with a step at the
r_cutoff.. (the potential does NOT go to zero at the cutoff distance)
Since we want a potential that is zero at the r_cutoff
our values will be still in agreement with the ones of AMBER though not
numerically similar (just shifted of a fixed amount)
FIST and AMBER synchronized..


svn-origin-rev: 5195
2006-05-31 17:51:59 +00:00
Teodoro Laino
1023715a9c added a regtest for 4-membered rings
svn-origin-rev: 5189
2006-05-30 11:08:22 +00:00
Teodoro Laino
bdfc9a5712 bug fix for onfo for 5 and 6 membered rings.. introducing 2 specific regtests..
resetting loop.inp.


svn-origin-rev: 5188
2006-05-24 20:41:46 +00:00
Teodoro Laino
3bef6f0a53 introducing a small test case as the nasty's Joost one to check the presence of
loops into the topology (small polypeptide with an S-S bridge between the 2nd and the
18th residue)


svn-origin-rev: 5152
2006-05-10 15:59:11 +00:00
Teodoro Laino
3192ad696f Recovering Metadynamics in CP2K.. bug fix for waring in set_atm_mass and set_bond also for CP2K and
not only for QM/MM. Some cosmetics around


svn-origin-rev: 4422
2005-12-19 11:10:41 +00:00
Teodoro Laino
f10f71a0c6 Testing NaCl (BHMFT) + H2O
svn-origin-rev: 4101
2005-09-13 22:18:38 +00:00
Teodoro Laino
7ad83aa8e5 Regtest for Fumi-Tosi potential
svn-origin-rev: 4100
2005-09-13 10:29:30 +00:00
Chris Mundy
c6b114bb8b NH3
svn-origin-rev: 3480
2005-02-08 20:01:20 +00:00
I-Feng William Kuo
2bf3831917 Protein benchmark. (charge/impr not corrected yet)
svn-origin-rev: 3468
2005-02-04 19:11:15 +00:00
I-Feng William Kuo
4f50de668c Update the resiude column for use with para_res
svn-origin-rev: 3451
2005-02-02 18:03:27 +00:00
I-Feng William Kuo
d62319464a Longer alkane chain example
svn-origin-rev: 3405
2005-01-21 23:26:17 +00:00
Teodoro Laino
44debc3ca7 FIXING PDB FORMAT.
svn-origin-rev: 3386
2005-01-17 11:17:49 +00:00
I-Feng William Kuo
3d1255c871 Another example to play with.
svn-origin-rev: 3377
2005-01-14 00:28:10 +00:00
I-Feng William Kuo
3faefa91eb Proper charmm force field atom name
svn-origin-rev: 3048
2004-11-05 00:58:51 +00:00
I-Feng William Kuo
1ee1d46f27 Butane PDB
svn-origin-rev: 3040
2004-11-04 19:56:20 +00:00
I-Feng William Kuo
157117f994 Example for dipeptide in water
svn-origin-rev: 3002
2004-10-27 22:05:20 +00:00
I-Feng William Kuo
723c379a59 Modify input so that NONBOND now matches those of PINY.
Problem, CT3 for N-Terminus have non standard qeff charge.
Resolution, N-Term CT3 is now called CXX with its own charge.


svn-origin-rev: 3001
2004-10-27 20:49:20 +00:00
I-Feng William Kuo
0fbe546553 PDB files for sample inputs
svn-origin-rev: 2992
2004-10-26 17:27:30 +00:00