|
|
bf8bde5b03
|
implement numpy wrapper for setting per-atom energy. virial not yet implemented
|
2021-07-22 16:59:04 -04:00 |
|
|
|
324ae3181b
|
python interface for per-atom data for fix external
|
2021-07-22 15:27:51 -04:00 |
|
|
|
f251bc544f
|
support setting global virial for fix external from python
|
2021-07-17 07:38:53 -04:00 |
|
|
|
fa654f2270
|
add support for set_vector for fix external in c-library, python and unittest
|
2021-07-16 23:41:25 -04:00 |
|
|
|
5912d0a1c2
|
add support for setting global energy for fix external to python module
|
2021-07-16 17:43:44 -04:00 |
|
|
|
f3dc13c9dd
|
expand library interface for fix external functionality
|
2021-07-16 17:29:15 -04:00 |
|
|
|
34fa0da60e
|
Merge branch 'master' into package-reorganization-step1
# Conflicts:
# doc/src/Packages_details.rst
|
2021-07-02 13:24:49 -04:00 |
|
|
|
878795e64a
|
bulk rename of remaining USER- packages
|
2021-06-29 20:12:59 -04:00 |
|
|
|
1dc25b0e10
|
rename USER-OMP to OPENMP
|
2021-06-29 17:48:22 -04:00 |
|
|
|
9a740a4a60
|
add lammps_kokos_finalize() support to various LAMMPS wrappers and document
|
2021-06-27 17:07:42 -04:00 |
|
|
|
067fd48b57
|
Merge remote-tracking branch 'github/master' into collected-small-changes
# Conflicts:
# python/lammps/__init__.py
# python/lammps/core.py
|
2021-06-04 00:28:32 -04:00 |
|
|
|
232ae5e856
|
Fix typo in core.py
|
2021-06-01 17:36:45 -04:00 |
|
|
|
20ffacaf70
|
Add exception type
|
2021-06-01 15:30:28 -04:00 |
|
|
|
fde2295685
|
add comments to suppress useless warnings from LGTM
|
2021-05-31 12:01:50 -04:00 |
|
|
|
2e6a0112d3
|
update URLs in some more files
|
2021-05-24 16:19:37 -04:00 |
|
|
|
0ee7bc6e01
|
Update remaining variable names after refactor
|
2021-05-12 13:57:51 -04:00 |
|
|
|
228711f59b
|
add GPU device query functions to library interface and its wrappers
|
2021-05-11 14:59:49 -04:00 |
|
|
|
38eb0fa29d
|
Python: add context manager implementation
|
2021-05-10 18:42:27 -04:00 |
|
|
|
de3a49ac4f
|
silence codeql warnings
|
2021-05-10 03:48:55 -04:00 |
|
|
|
54b7baea7b
|
more codeql recommendations
|
2021-05-09 20:25:20 -04:00 |
|
|
|
92fe1373a5
|
fix bug
|
2021-05-09 20:24:22 -04:00 |
|
|
|
69a92a3e00
|
apply some codeql recommendations
- remove unused imports
- avoid overlaps of variable names with keywords
- make some exception processing more explicit
|
2021-05-09 19:52:31 -04:00 |
|
|
|
17355f967a
|
address spelling and manual processing issues
|
2021-04-03 11:11:18 -04:00 |
|
|
|
50b789cc36
|
Merge branch 'master' into neighlist-interface-updates
|
2021-04-03 10:18:28 -04:00 |
|
|
|
51212e62d9
|
correct/update docs and parameter names for finding neighbor lists
|
2021-04-02 19:55:53 -04:00 |
|
|
|
e613da98d6
|
Merge pull request #2650 from akohlmey/plugin-loader
New PLUGIN package with a LAMMPS plugin loader command
|
2021-04-02 15:08:44 -04:00 |
|
|
|
c9652f3aa6
|
update documentation for the extract_global() method of the lammps.lammps class
|
2021-04-01 09:31:54 -04:00 |
|
|
|
a193d9d429
|
fix several issues when using extract_global() from python exposed by tests
|
2021-03-25 20:34:25 -04:00 |
|
|
|
b8f02d759a
|
add support for extracting respa levels and timestep values
|
2021-03-25 20:34:25 -04:00 |
|
|
|
e0fdd2ad89
|
correct lammps.extract_global() method for returned arrays which are returned as list
|
2021-03-25 20:34:24 -04:00 |
|
|
|
64ba2f4ee2
|
Add missing checks for C++ exceptions
|
2021-03-18 14:26:18 -04:00 |
|
|
|
28e986c266
|
add python module support for plugins
|
2021-03-16 23:25:46 -04:00 |
|
|
|
76ef7a9081
|
safer detection and load of lammps shared library
|
2021-02-27 15:50:58 -05:00 |
|
|
|
742eebec2d
|
support checking the size of MPI communicators and fail if LAMMPS and mpi4py have a mismatch
|
2021-02-16 20:22:18 -05:00 |
|
|
|
f929e57261
|
avoid loading mpi4py if the LAMMPS executable has been built without MPI
|
2021-02-16 14:38:03 -05:00 |
|
|
|
d256614c9f
|
Fix docs after PR #2592
|
2021-02-15 13:19:25 -05:00 |
|
|
|
fff1c0c9a7
|
rename numpy.py to numpy_wrapper.py to avoid lookup conflicts with python2.7
|
2021-02-09 20:56:33 -05:00 |
|
|
|
b53b993c68
|
recover in-place usage by defaulting to version 0 and changing it back after installation
|
2021-02-09 02:12:37 -05:00 |
|
|
|
7826b58f73
|
add check to lammps python module to check consistent versions between module and shared library
|
2021-02-09 00:38:17 -05:00 |
|
|
|
0e2b528351
|
add additional heuristics to prevent python unit tests from failing on MacOS
|
2021-01-29 18:40:24 -05:00 |
|
|
|
1cdce9233e
|
identify offloading to Xeon Phi accelerator coprocessors
|
2021-01-16 01:07:44 -05:00 |
|
|
|
a647c236d0
|
make categories contain lists instead of strings as we may have multiple supported settings
|
2021-01-16 00:56:27 -05:00 |
|
|
|
a644375afa
|
make code python2/3 compatible
|
2021-01-16 00:23:44 -05:00 |
|
|
|
22bf810b63
|
recover current package names. this will become simpler once #2525 is implemented
|
2021-01-12 20:23:57 -05:00 |
|
|
|
3d3590f02d
|
add c-library interface and export to python
|
2021-01-12 20:10:47 -05:00 |
|
|
|
de94e28c8b
|
correct path to find liblammps.dll with Windows installer package
|
2020-12-17 21:48:04 -05:00 |
|
|
|
511a1a5395
|
Update comments mentioning lammps.py
|
2020-12-17 12:13:06 -05:00 |
|
|
|
33f9a29639
|
Split core.py into more files
|
2020-12-15 16:33:21 -05:00 |
|
|
|
b390c1e3d3
|
Split lammps.py into core.py and pylammps.py
|
2020-12-15 16:15:16 -05:00 |
|