2227de3231
Update __init__.py
2022-08-07 23:00:35 -06:00
2d3504ff0f
Locate correct dynamics library directories
...
in Anaconda Environments
2022-08-07 22:54:59 -06:00
2b126a00b1
update Pizza.py URLs
2022-07-29 19:23:23 -04:00
ac615059a7
update some linewraps for 100 col limit
2022-06-20 18:15:02 -04:00
ffc5b12c5f
correct handling data of local computes which always needs to check rows and cols
2022-06-20 18:10:57 -04:00
deac9f05b1
move the created wheel to the build folder at the end
2022-06-17 08:05:28 -04:00
18f9e5836b
support installing the built wheel into virtual environment, if active
2022-06-17 06:52:25 -04:00
21b3020a97
make the "makewheel.py" script independent from the activate_this.py script
...
The "activate_this.py" script only seems to be included in virtualenv,
but not venv. Now we implement its effect directly.
2022-06-17 00:10:06 -04:00
7a64d1358e
remove unused module
2022-06-14 10:36:11 -04:00
ef48fd2d9c
remove unused imports
2022-06-12 23:36:43 -04:00
886ad8359e
use venv instead of virtualenv
2022-05-28 04:45:52 -04:00
1aaa9ca4ae
Added documentation for verbose option
2022-05-24 12:02:34 +02:00
b66702c285
Added verbose class option + removed empty output lines
2022-05-24 11:37:44 +02:00
baa48946e5
add comment to please CodeQL
2022-05-18 00:56:10 -04:00
168d3bdd3c
Correctly handle the case that the YAML python module is not installed
2022-05-14 10:15:40 -04:00
8ce2ce8fd4
remove unused import
2022-04-09 04:02:01 -04:00
8cdce34b27
Merge branch 'develop' into dump-style-yaml
2022-04-08 18:42:28 -04:00
fc24cf15ce
Merge pull request #3197 from akohlmey/custom-thermo-headers
...
add support for custom header keywords with thermo output and dump styles
2022-04-08 17:29:35 -04:00
3970942028
add test for yaml dump style
2022-04-07 02:44:17 -04:00
0e8e1171c6
add unit test for yaml style thermo output and updated logfile class
2022-04-07 02:07:05 -04:00
59fa0be35f
update for recent changes in thermo output
2022-04-07 02:06:55 -04:00
98b908387f
add unit test for yaml style thermo output and updated logfile class
2022-04-07 02:05:47 -04:00
601bdadf44
update for recent changes in thermo output
2022-04-07 02:05:05 -04:00
2e539918c1
slight change in __init__.py to fix *.a bug
2022-03-21 22:55:28 -07:00
862e4ba67a
Added different pytorch modules that allow different handling of element types and proposal for __init__.py bug fix
2022-03-21 22:45:28 -07:00
0be14d4ed8
move basename operation from setup.py to install.py
2022-02-27 07:02:39 -05:00
7c11d1675d
fix bug with make install
2022-02-27 06:33:22 -05:00
7fd41bea6a
add some comments to the refactored scripts to explain technical details
2022-02-25 20:10:13 -05:00
578a7cc54c
document and handle the case of a previous distutils installation.
...
in this case 'make install-python' should not continue but instead
it now aborts and asks the user to do a manual uninstall
2022-02-25 16:10:46 -05:00
511678017e
update inline docs and add -n/--noinstall flag to skipp installation
2022-02-25 13:44:47 -05:00
033045a534
need to check if virtualenv creation failed and exit with a suitable error message
2022-02-25 13:20:34 -05:00
f0260c3395
restore exception handling with enforce --user install for older pip versions that don't do that automatically
2022-02-25 09:33:26 -05:00
6ab247e7f8
no need to create a virtualenv inside a temporal virtualenv
2022-02-25 09:12:01 -05:00
ff4cd2a5e9
python2.7 compatibility
2022-02-25 08:43:51 -05:00
4630a5ffb8
must create virtualenv with same python we selected to run install.py
2022-02-25 08:43:38 -05:00
4b7731e831
update install.py script to build a wheel and install that
2022-02-25 00:24:16 -05:00
891d3c8296
update setup.py to be compatible with building "pure" and "binary" wheels
2022-02-24 17:04:16 -05:00
4eedfeb774
detect if LAMMPS library initialization failed and raise an exception
2022-02-12 22:43:18 -05:00
a77680ac7b
Merge branch 'develop' into python_use_setuptools
...
# Conflicts:
# cmake/CMakeLists.txt
2022-02-12 00:37:03 -05:00
0ff3ee0227
Add and use lammps_flush_buffers() in Python interface
2022-02-04 10:42:22 -05:00
22efbaf977
Output Capture has to replace FD 1 to work properly in Jupyter
2022-02-03 16:24:43 -05:00
050ce421e9
PyLammps: alternative OutputCapture using tempfiles
2022-02-03 16:24:43 -05:00
36c1db820f
Add command styles to PyLammps auto-completion
2022-02-03 15:44:55 -05:00
41da32d7de
Use modernized LAMMPS Python interface instead of output parsing for Atom properties
2022-02-03 15:44:55 -05:00
2627e404b0
Add csforce field to numpy_wrapper detection
2022-02-03 15:14:22 -05:00
82ac7c9e12
Merge remote-tracking branch 'origin/develop' into python_use_setuptools
2022-02-02 11:47:13 -05:00
923b0cfc46
allow to override the LAMMPS dll location on windows
...
this is to work around the situation that windows
has no equivalent to LD_LIBRARY_PATH (short of augmenting %PATH%,
which is tricky for CMake before 3.20)
2022-01-30 05:13:17 -05:00
2ed8e5cf02
Use setuptools instead of distutils in setup.py
...
distutils will be removed soon (Python 3.12)
2022-01-26 14:58:28 -05:00
c85cdb2732
always fall back to using the .so extension if available in the LAMMPS module folder
2022-01-19 10:11:16 -05:00
3376f3daa8
Remove unused import
2021-10-26 16:48:57 -04:00