- Sep 20, 2018
-
-
carlocamilloni authored
-
- Sep 16, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
- Added macros to simplify addition of new functions - Added all trigonometric functions that were present in libmatheval - Added atan2
-
Giovanni Bussi authored
- Added many points to rt-lepton test - Added nandelta() function - Made definitions of delta(0) and step(0) equal to matheval Works both with and without ASMJIT
-
Giovanni Bussi authored
Makes it easier to compare regtets on different machines.
-
Giovanni Bussi authored
-
Giovanni authored
fixed a few typos
-
Giovanni authored
Atomic units
-
Omar Valsson authored
-
Omar Valsson authored
-
Omar Valsson authored
-
Omar Valsson authored
-
Omar Valsson authored
-
Omar Valsson authored
-
Omar Valsson authored
-
- Sep 13, 2018
-
-
Omar Valsson authored
-
- Sep 12, 2018
-
-
Giovanni authored
Piv merge
-
Giovanni Bussi authored
cc @silviopipolo
-
SilvioPipolo authored
See #370 cc @silviopipolo Logs are below. Commits affecting the core have been squashed separately. In addition, I fixed namespace name (should be `piv`). ---- PIV metric coupled with PathCV and added input example for doxygen. Line CRYST1 of a PDB file is read and box vectors, axis and angles are computed. Functions are added to get box parameters. Added function getClosePairAtomNumber to get pairs in AtomNumber format for piv construction. Added function set_r0 to set the R_0 value from piv class once the scaling factor has been defined. piv module added Added piv module regtests on distance and derivatives/virial PIV.cpp Astyled Files astyled using plumed astyle solved Travis warnings on non-initialized member variables Solved the R_0 issue without adding any new function in SwitchingFunction.cpp, but by substituting its value in the string read as in PIV.cpp. Fixed format in reading box parmaters (CRYST1) in pdb.cpp Changed the construction of the box vectors from length and angle parameters in pdb.cpp fixed update_piv astyle PIV pic
-
Giovanni Bussi authored
cc: @silviopipolo
-
Giovanni Bussi authored
cc @silviopipolo
-
- Sep 11, 2018
-
-
Giovanni Bussi authored
Lepton constants are now placed in lepton. They can be accessed with a function lepton::Constants() so as to avoid initialization problems. cc: @valsson
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Gareth Tribello authored
-
Gareth Tribello authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Gareth Tribello authored
-
Gareth Tribello authored
-
Giovanni Bussi authored
cc: @gtribello Some of the optimizations done in 5d0ff6aa would break multithread calculations. In particular one should not use non-const static variables. I made these fixes: - for variables fd, C, and D, I use a std::array of fixed (exaggerated) size - for other variables, unfortunately I just had to remove the static specifier In case this slows down the code significantly, we should work out some alternate solution. Maybe this would require changing the interfaces to some method so that they accept e.g. a pointer rather than a vector. I have a tentative implementation but did not have time to really test it so I prefer not to merge it.
-
Giovanni authored
Plumedbot pull request
-
Travis CI User authored
This commit contains changes automatically generated by plumedbot on Travis-ci.
-