"vscode:/vscode.git/clone" did not exist on "be8053d6d431a587a7ab99e61ebd4479574570e4"
- 30 Mar, 2020 1 commit
-
-
Rasmus Wriedt Larsen authored
-
- 29 Mar, 2020 1 commit
-
-
Rasmus Wriedt Larsen authored
* Use list-comprehension in Python code A minor change, but slighly easier to understand the initialization of `parent_exclude_list` in my opinion. * Implement __ne__ in Python classes that has __eq__ In Python 3, `__ne__` is automatically implemented as `not __eq__`. However, in Python 2 it seems to be implemented as `not is` (so based on object identity). Based on setup.py [0] which says that "OpenMM requires Python 2.7 or better", it should be useful to have better support for Python 2 :) This was already done in 4 of the 12 classes that implements `__eq__` ``` >>> class WildCard(object): ... def __eq__(self, other): return True >>> w = WildCard() >>> w == 42 True >>> w != 42 True >>> w != w False ``` [0]: https://github.com/openmm/openmm/blob/5cef29ce8d4e17b6d0f9fd8a3c6cc1669ca0ba2b/wrappers/python/setup.py#L237 * Use umambiguous floor division for index calculations in Python This makes the code work as intended if run...
-
- 27 Mar, 2020 2 commits
-
-
peastman authored
Update Azure VM to newer version
-
Andy Simmonett authored
-
- 23 Mar, 2020 1 commit
-
-
Alex Henrie authored
* Remove unused variable from CpuCustomGBForce::calculateIxn * Remove unused variable from CpuCalcCustomManyParticleForceKernel::initialize * Remove unused variable from CudaCalcCustomCVForceKernel::initialize * Remove unused variable from ReferenceCalcCustomManyParticleForceKernel::initialize * Remove unused variables from ReferenceObc::computeBornEnergyForces * Remove unused variable from AmoebaTorsionTorsionForceProxy::serialize
-
- 19 Mar, 2020 2 commits
- 17 Mar, 2020 3 commits
-
-
peastman authored
bug fix for handling constraints and rigidWater in CharmmPsfFile
-
Zheng Gong authored
-
Zheng Gong authored
-
- 16 Mar, 2020 1 commit
-
-
Zheng Gong authored
-
- 12 Mar, 2020 3 commits
- 11 Mar, 2020 3 commits
- 10 Mar, 2020 3 commits
- 06 Mar, 2020 2 commits
-
-
peastman authored
Prefer runtime compiler over nvcc
-
Peter Eastman authored
-
- 04 Mar, 2020 4 commits
-
-
peastman authored
Convert Nose Hoover integrator to Common plaform
-
peastman authored
Switched dlopen flag from RTLD_GLOBAL to RTLD_LOCAL
-
tic20 authored
-
https://github.com/openmm/openmmtic20 authored
-
- 28 Feb, 2020 6 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 27 Feb, 2020 8 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-