- Mar 19, 2019
-
-
Giovanni Bussi authored
-
- Mar 15, 2019
-
-
Gareth Tribello authored
[makedoc]
-
Gareth Tribello authored
-
- Mar 07, 2019
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Feb 28, 2019
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Feb 27, 2019
-
-
Giovanni Bussi authored
see 8ed9697a
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Can be found with the following python snippet import re plumedDictionary={} with open("/opt/local/lib/plumed/vim/syntax/plumed.vim") as fin: for line in fin: if re.match("^let b:plumedDictionary\[.*$",line): line=re.sub("^let b:","",line) exec(line,{'__builtins__': None},{'plumedDictionary':plumedDictionary}) for key in plumedDictionary.keys(): diction={} for opt in plumedDictionary[key]: if(opt['word'] in diction): print(key,opt['word']) diction[opt['word']]=1
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Feb 26, 2019
-
-
Giovanni Bussi authored
In addition to numpy arrays, I make it possible to pass plain python arrays.
-
Giovanni Bussi authored
I think the inclusion of numpy headers was related to non used variables forgotten from an intermediate implementation. I just removed them. In this manner it is not necessary that numpy is already installed when plumed extension is compiled. Numpy would be anyway required to run our test.
-
Giovanni Bussi authored
-
- Feb 25, 2019
-
-
Giovanni Bussi authored
I think this is more robust. If an MD code uses a negative value with a specific meaning (e.g. -1 to imply some choice) casting to unsigned will translate -1 to 4294967295, which is positive
-
Giovanni Bussi authored
This fixes #446
-
- Feb 22, 2019
-
-
Giovanni Bussi authored
Requires adding a cpp-suppress
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Omar Valsson authored
Sets the deployment target to 10.9 when compiling on version 10.9 and above. The fix is taken from https://github.com/pandas-dev/pandas/pull/24274/files GB: removed whitespace change and merged. Closes #445 Thanks @valsson
-
- Feb 21, 2019
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
I removed the newline at the end of the string
-
Giovanni Bussi authored
there should be a function called test(), otherwise nose just imports the modules and thinks no test was done
-
- Feb 19, 2019
-
-
Giovanni Bussi authored
-
- Feb 08, 2019
-
-
carlocamilloni authored
-
carlocamilloni authored
-
- Jan 30, 2019
-
-
carlocamilloni authored
-
- Jan 25, 2019
-
-
carlocamilloni authored
-
carlocamilloni authored
This add some incompatibility with all former implementations but is far easier to use
-
- Jan 21, 2019
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jan 14, 2019
-
-
Giovanni Bussi authored
-
- Jan 13, 2019
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
cc: @tetsuyamorishita
-
- Jan 11, 2019