- Apr 11, 2017
-
-
Steve Plimpton authored
-
Steve Plimpton authored
-
sjplimp authored
User manifold fix every keyword
-
sjplimp authored
Extract for bond
-
sjplimp authored
Minor updates to docu of USER-CGDNA package
-
sjplimp authored
collected small updates and bugfixes
-
sjplimp authored
Support mixed Python use by honoring Python GIL
-
Axel Kohlmeyer authored
-
- Apr 10, 2017
-
-
Stefan Paquay authored
-
Stefan Paquay authored
-
- Apr 07, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
- Apr 06, 2017
-
-
Axel Kohlmeyer authored
-
- Apr 05, 2017
-
-
Stefan Paquay authored
-
- Apr 04, 2017
-
-
Oliver Henrich authored
-
Oliver Henrich authored
-
Axel Kohlmeyer authored
-
Stefan Paquay authored
-
Stefan Paquay authored
-
Stefan Paquay authored
-
- Apr 03, 2017
-
-
Axel Kohlmeyer authored
-
- Mar 30, 2017
-
-
Steve Plimpton authored
-
sjplimp authored
Updated lammps.book, USER-CGDNA install script
-
- Mar 29, 2017
-
-
Oliver Henrich authored
-
Oliver Henrich authored
-
Richard Berger authored
This enables support to both drive LAMMPS with a Python interpreter and evaluating Python expressions inside of LAMMPS using that same interpreter. Previously this has been avoided through an error message because the binding code did not ensure that the necessary GIL (global interpreter lock) structures exist (see issue #438). All code paths which call Python C API functions must first acquire the GIL through a call PyGILState_Ensure and release it with PyGILState_Release.
-
- Mar 28, 2017
-
-
Steve Plimpton authored
-
Steve Plimpton authored
-
sjplimp authored
User cgdna
-
sjplimp authored
Changed the check on initial and final temperature to <= 0 for both.
-
sjplimp authored
improved image flag handling in library interface
-
sjplimp authored
More small fixes for stable release
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
Steve Plimpton authored
-
Steve Plimpton authored
-
sjplimp authored
Fixed a bug with equal-style variables as manifold params.
-
Oliver Henrich authored
-
Oliver Henrich authored
-
Oliver Henrich authored
-