- Jan 15, 2020
-
-
Giovanni Bussi authored
-
- Jan 11, 2019
-
-
Travis CI User authored
This commit contains changes automatically generated by plumedbot on Travis-ci.
-
- Apr 03, 2018
-
-
Giovanni Bussi authored
-
- Mar 21, 2018
-
-
Giovanni Bussi authored
-
- Mar 12, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Nov 28, 2017
-
-
Giovanni Bussi authored
Added possibility to specify kt in driver
-
- Oct 08, 2017
-
-
Giovanni Bussi authored
-
- Jun 19, 2017
-
-
Giovanni authored
* speed up of sharing and applying in plumed core the main differences are: - new member of class atoms to track unique local atoms (i.e. all the atoms needed by plumed action in a domain) - positions are retrieved only for unique local atoms - forces are zeroed only for unique local aotms - forces are applied only for unique local atoms in a system of 200K atoms on 4 mpi rank with plumed using only 4 atoms the sharing and applyign time improves by 2 order of magnitudes * removed leftover printf * core: make it a bit faster also without domain decomposition * astyle * fix-241: unique atoms are update only if: - particle decomposition has been updated - domain decomposition has been updated - replica-exchange step - neighbour lists have been updated overall this should make the sharing code even faster * actionAtomistic have now a list of local atoms that is updated on: - neighbour list step - update of the pd/dd list this allow to simplify the loop for the generation of global local list of unique atoms * atoms: small tweaks * fix: reallocate memory less often * fix: for the scalar case there is no need to generate the list of unique atoms * style * few comments
-
- Jun 15, 2017
-
-
Giovanni Bussi authored
There was a bug in driver with --debug-pd when, unluckily, the last domain had by chance zero atoms (cherry picked from commit d669afb2)
-
Giovanni Bussi authored
There was a bug in driver with --debug-pd when, unluckily, the last domain had by chance zero atoms
-
- Jun 10, 2017
-
-
carlocamilloni authored
added a two regtests close #243
-
- Jun 08, 2017
-
-
Giovanni Bussi authored
-
- Jun 06, 2017
-
-
Giovanni Bussi authored
-
- May 11, 2017
-
-
Gareth Tribello authored
-
- May 05, 2017
-
-
Giovanni Bussi authored
[makedoc]
-
- May 04, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Apr 27, 2017
-
-
Giovanni Bussi authored
Allow passing a single trajectory to driver --multi. The same logic is implemented as in IFile tool, that is: - look for file.##.ext - if it does not exist, look for file.ext Here ## is the replica index and .ext the extension of the file Fixed #228
-
- Apr 25, 2017
-
-
Giovanni Bussi authored
-
- Apr 21, 2017
-
-
Carlo Camilloni authored
-
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
-
- Jan 26, 2017
-
-
Giovanni Bussi authored
-
- Jan 20, 2017
-
-
Giovanni Bussi authored
addresses #213 [makedoc]
-
- Dec 14, 2016
-
-
Giovanni Bussi authored
Fix #209
-
- Sep 16, 2016
-
-
Giovanni Bussi authored
-
- Aug 03, 2016
-
-
Giovanni Bussi authored
driver-float was not documented
-
- Mar 14, 2016
-
-
Gareth Tribello authored
Added option in driver to evaluate forces due to a bias numerically so that they can be compared with the analytical forces evaluated by plumed
-
- Feb 24, 2016
-
-
Giovanni Bussi authored
When using driver with --trajectory-stride 0 the number of the step is read from the xtc/trr file. Notice that this only works when reading with xdr library (--ixtc or --itrr) and not with the molfile plugins
-
- Jan 08, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jan 05, 2016
-
-
Giovanni Bussi authored
I added the possibility to personalize charge and mass units in the same way as length, energy, and time units were treated so far. Notice that since two new cmd() strings have been added to set units from an MD code, it is necessary to increase the API version to 4. I also added the appropriate developer documentation. Fixes #179
-
- Nov 07, 2015
-
-
Giovanni Bussi authored
This change makes the driver less error prone It requires a lot of regtests to be fixed, mostly adding an mc file when required or replacing COM with CENTER
-
- Aug 04, 2015
-
-
Giovanni Bussi authored
This makes these options consistent with others. THIS REQUIRES ./configure AGAIN!!
-
- Jul 19, 2015
-
-
Giovanni Bussi authored
-
- Jul 01, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-