- May 11, 2017
-
-
Gareth Tribello 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 05, 2017
-
-
Giovanni Bussi authored
-
- Feb 28, 2017
-
-
Giovanni Bussi authored
In case of error with LOAD, the code was returning an error without raising an exception.
-
- Feb 27, 2017
-
-
Giovanni Bussi authored
This is done only in the cmd interpreter This should make the code slightly fast.
-
- Feb 23, 2017
-
-
Gareth Tribello authored
-
- Feb 22, 2017
-
-
Gareth Tribello authored
-
- Feb 14, 2017
-
-
Giovanni Bussi authored
-
- Jan 30, 2017
-
-
Carlo Camilloni authored
-
- Jan 29, 2017
-
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
- Jan 26, 2017
-
-
Giovanni Bussi authored
-
- Jan 10, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
fixes #211
-
- Oct 06, 2016
-
-
Carlo Camilloni authored
[makedoc]
-
- Jul 28, 2016
-
-
Giovanni Bussi authored
These are the files generated automatically with the cmd dictionaries. I renamed them to inc which is a more standard extension for include files.
-
- Jun 21, 2016
-
-
Carlo Camilloni authored
that is used to flush all the actions [ makedoc ]
-
- Jun 13, 2016
-
-
Giovanni Bussi authored
Now works also when plumed has been installed with a different name
-
- May 13, 2016
-
-
Carlo Camilloni authored
added local masses
-
- May 04, 2016
-
-
Carlo Camilloni authored
-
- Apr 04, 2016
-
-
Giovanni Bussi authored
No EOL at the end of the file is only tolerated in input file (e.g. plumed.dat) and not in other files (including HILLS files). Indeed, when using multiple walkers, it is possible that transiently the HILLS file from other walkers have incomplete lines. With this fix, those lines are ignored and read at the next iteration. This fixes #190
-
- 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
-
-
Giovanni Bussi authored
Now multi words commands are parsed like single word ones. This will make it easy to automatize documentation. Related to #182
-
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 01, 2016
-
-
Carlo Camilloni authored
-
Giovanni Bussi authored
Since the pointer should be not null, the new name makes more sense
-
Giovanni Bussi authored
Defining a capitalized enum was useless in the end. I now use cmd_string as the name of the enum, where string is the string for the cmd interpreter
-
- Jan 29, 2016
-
-
Giovanni Bussi authored
map is now a global static object
-
Giovanni Bussi authored
Enum list and word map are now generated with a script. To add a new command it is sufficient to add a case command as: case PIPPO: // cmd pippo It is related to #182, though I let the issue open since I think we should automatize also the cmd documentation.
-
- Jan 27, 2016
-
-
Giovanni Bussi authored
Allow for splitting of performCalc() into performCalcNoUpdate() and update() This makes it possible to call performCalc() multiple times per step
-
Giovanni Bussi authored
Before this fix, using cmd() with an erroneous string was triggering no error. Now this is fixed. Notice that this is an old bug (introduced in 0a46f15d). It should be harmless when using MD codes with proper interfaces, but could be very dangerous if there is a typo in a cmd string.
-
Giovanni Bussi authored
Before this fix, using cmd() with an erroneous string was triggering no error. Now this is fixed. Notice that this is an old bug (introduced in 0a46f15d). It should be harmless when using MD codes with proper interfaces.
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Allows to feed plumed with a single input line directly from the MD code.
-
- Jan 21, 2016
-
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
- Jan 20, 2016
-
-
Carlo Camilloni authored
[makedoc]
-
- Jan 08, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-