- May 09, 2017
-
-
Giovanni Bussi authored
-
- May 04, 2017
-
-
Giovanni Bussi authored
Notice that almost all files were updated with the astyle commit 2813d759 Year in header is here updated to 2017
-
- Apr 25, 2017
-
-
Giovanni Bussi authored
-
- Apr 21, 2017
-
-
Giovanni Bussi authored
This is a huge commit, applying indentation to the whole code. Notice that this commit is made on master branch after having merged with -s ours from branch v2.3 See #215
-
Giovanni Bussi authored
This is a huge commit, applying indentation to the whole code. See #215
-
- Mar 29, 2017
-
-
Giovanni Bussi authored
Implemented syntax to allow simpler syntax with multiple replicas using an almost identical input file. Closes #221
-
- Mar 28, 2017
-
-
Giovanni Bussi authored
-
- Mar 05, 2017
-
-
Giovanni Bussi authored
-
- Jul 04, 2016
-
-
Carlo Camilloni authored
[makedoc] now METAD and PBMETAD can write grid files upon checkpointing related to #37 and #125
-
- Mar 09, 2016
-
-
Carlo Camilloni authored
this is usually not important, but for the case (like with metainference) in which you have a bias that is applied on a large number of arguments, then it was getting very slow
-
- Feb 26, 2016
-
-
Carlo Camilloni authored
this is usually not important, but for the case (like with metainference) in which you have a bias that is applied on a large number of arguments, then it was getting very slow
-
- Jan 30, 2016
-
-
Gareth Tribello authored
-
- Jan 11, 2016
-
-
Carlo Camilloni authored
of a usefull error message
-
- Jan 08, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Aug 07, 2015
-
-
Gareth Tribello authored
This change makes it possible to calculate the average x component of a the vector defining the orientation of a molecule by using something like MOLECULES MOL1=1,2 MOL2=3,4 MEAN={COMPONENT=2}
-
- May 17, 2015
-
-
Giovanni Bussi authored
Only add to the manual RESTART UPDATE_FROM and UPDATE_UNTIL in the actions for which this makes sense
-
- Jan 27, 2015
-
-
Giovanni Bussi authored
-
- Jan 26, 2015
-
-
Giovanni Bussi authored
-
- Jan 24, 2015
-
-
Giovanni Bussi authored
Allow individual action to set restart, using RESTART=YES or RESTART=NO. By default, RESTART=AUTO, that means that global restart settings are used. Notice that this required to change the way OFile knows about restart. Indeed, if the file is linked to an action, it should use Action::getRestart instead of PlumedMain::getRestart.
-
- Nov 24, 2014
-
-
Giovanni Bussi authored
I found out how to remove UPDATE_UNTIL/FROM from the manual of setup actions without breaking the code.
-
- Oct 28, 2014
-
-
Giovanni Bussi authored
At least one of the two extremes should be inclusive. I decided to have UPDATE_FROM inclusive (and let UPDATE_UNTIL exclusive)
-
- Oct 21, 2014
-
-
Giovanni Bussi authored
When specified, the update() method is only invoked within this time range. This allows to perform some tasks in a single simulation, e.g.: Equilibration + Metadynamics + umbrella sampling refinement with analysis of the last part only. Currently this is an optional flag for all the actions. I am not sure this is a good idea (currently update() method is only used in some ActionPilot), since this will make the keyword appear in every manual page. However, since the update method is in principle available on all the actions I preferred to add these keywords everywhere. Fixes #65
-
- Aug 27, 2014
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jun 25, 2014
-
-
Giovanni Bussi authored
-
- Dec 06, 2013
-
-
Giovanni Bussi authored
This makes it such the order in which dependencies are activated is deterministic. It is related to a bug (#51) which was already fixed by changing the way prepare() works in multicolvar. Anyway, I commit this change because I think it is clearer if, in a multiple proc simulation, all the procs prepare all the actions in the very same order.
-
- Oct 15, 2013
-
-
Gareth Tribello authored
MultiColvarFunction allows you to calculate thing like the average coordination number for the atoms an sphere centred on a particular atom. If crystallization is installed you can also use it to calculate things like the local q4 parameter.
-
- Oct 09, 2013
-
-
Giovanni Bussi authored
I set it to 2 instead of 2.0, so that it will not be necessary to update it
-
- Jul 28, 2013
-
-
Giovanni Bussi authored
This allows citing without explicitly including PlumedMain
-
- Jun 03, 2013
-
-
Giovanni Bussi authored
Now the code crashes in the following cases: 1. An exchange is attempted on a step where neighbor list for COORDINATION (or DHENERGY) are not updated 2. An exchange is attempted and neighbor list for PATHMSD or PROPERTYMAP are enabled. The second should be fixed better to allow using strides for lists which are divisor of the stride between steps. The better thing will likely come later, at least the code is safe now.
-
- May 06, 2013
-
-
Carlo Camilloni authored
-
- Apr 17, 2013
-
-
Giovanni Bussi authored
-
- Mar 22, 2013
-
-
Giovanni Bussi authored
Gromacs patch has been fixed (this is compulsory for big Endian machine)
-
- Jan 16, 2013
-
-
Gareth Tribello authored
If you want to but a plumed_assert in a loop you should now use plumed_dbg_assert / plumed_dbg_massert. This will not be included in the code if you compile with -DNDEBUG
-
- Jan 09, 2013
-
-
Giovanni Bussi authored
I used cppcheck --enable=all.
-
Giovanni Bussi authored
Detected by cppcheck
-
- Dec 17, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
I replaced all the "using namespace PLMD" statements with explicit namespace PLMD{ …… }. This is more clear and simplify the syntax for defining operators
-