|
|
ffda7fcc04
|
simpler interfaces
|
2021-03-11 14:02:21 -05:00 |
|
|
|
8e1ccb6123
|
next iteration: rename functions/files, split header, store dso handle
|
2021-03-11 07:26:57 -05:00 |
|
|
|
592490be4e
|
add unload/list commands
|
2021-03-10 09:50:28 -05:00 |
|
|
|
fb39ceaaeb
|
fix whitespace and typo
|
2021-03-09 16:00:14 -05:00 |
|
|
|
27a81ffc86
|
add initial version of a plugin loader interface (for pair styles)
|
2021-03-09 15:34:48 -05:00 |
|
|
|
6b3f0ddd3b
|
Merge pull request #2647 from agiliopadua/fep
Updated examples in USER-FEP
|
2021-03-08 23:00:33 -05:00 |
|
|
|
7ae2da0ace
|
Merge pull request #2641 from pedroantoniosantosf/mliap_nn
Add support for neural network (nn) models to MLIAP package to compute energies and forces without going through Python
|
2021-03-08 20:27:01 -05:00 |
|
|
|
37afa0e6d5
|
Merge pull request #2638 from akohlmey/parse-molecule-refactor
Further refactor parsing of molecule files
|
2021-03-08 20:04:07 -05:00 |
|
|
|
f17ac30875
|
Merge pull request #2590 from markc242/relres-update
New pair style lj/relres
|
2021-03-08 19:53:03 -05:00 |
|
|
|
83fddb1123
|
Merge branch 'master' into fep
|
2021-03-08 23:21:11 +01:00 |
|
|
|
d1c79d54fa
|
Merge remote-tracking branch 'github/master' into mliap_nn
|
2021-03-08 16:33:38 -05:00 |
|
|
|
fc8b3bcfd6
|
Fixed bigint check
|
2021-03-08 14:00:34 -07:00 |
|
|
|
025b18999a
|
Cleaned up the MLIAPData variable names
|
2021-03-08 13:31:24 -07:00 |
|
|
|
f1e01274b1
|
fix pyx file location
|
2021-03-08 12:15:21 -05:00 |
|
|
|
1220aa2eff
|
acquire GIL before updating python path
|
2021-03-06 14:40:18 -05:00 |
|
|
|
42035ef99f
|
forgot to include header for Error class
|
2021-03-06 00:28:12 -05:00 |
|
|
|
db8f378a20
|
add check when system becomes too large for MLIAP package
|
2021-03-05 23:14:57 -05:00 |
|
|
|
eee08204c3
|
Merge branch 'master' into mliap_nn
|
2021-03-05 22:14:57 -05:00 |
|
|
|
ed5b573286
|
whitespace fixes
|
2021-03-05 22:14:46 -05:00 |
|
|
|
cfcf30975d
|
move .pyx file back where it belongs
|
2021-03-05 22:14:21 -05:00 |
|
|
|
08a25af1c9
|
catch format errors and print suitable error message
|
2021-03-05 18:04:05 -05:00 |
|
|
|
0e6736b614
|
correct logic for detectig 4-byte UTF-8 characters
|
2021-03-05 17:57:09 -05:00 |
|
|
|
facb7bd269
|
make logic explicit through use of parentheses
|
2021-03-05 17:54:25 -05:00 |
|
|
|
b62a208f4a
|
edit citation reminder short message to match new conventions
|
2021-03-05 17:23:55 -05:00 |
|
|
|
2777eafe98
|
small fix for previous fix for fix pour and fix deposit
|
2021-03-05 14:15:59 -05:00 |
|
|
|
d8daf1da4c
|
next_reneighbor should be initialized in setup_pre_exchange()
|
2021-03-05 06:30:41 -05:00 |
|
|
|
39abc9dce3
|
nfirst should be a bigint
|
2021-03-05 06:30:23 -05:00 |
|
|
|
135099e23f
|
next_reneighbor must be initialized in setup_pre_exchange()
|
2021-03-05 06:08:06 -05:00 |
|
|
|
2f4fc31696
|
since nfirst stores the timestep, it must be a bigint
|
2021-03-05 06:07:36 -05:00 |
|
|
|
de6bae6333
|
stabilize timer based load balancing by adding minimum time of 0.1 seconds
|
2021-03-05 05:40:28 -05:00 |
|
|
|
add929fa06
|
Removed incorrect and useless early-exit
|
2021-03-04 11:48:42 -07:00 |
|
|
|
9b98981e6e
|
Merge branch 'mliap_nn' of github.com:pedroantoniosantosf/lammps into mliap_nn
|
2021-03-04 08:49:29 -07:00 |
|
|
|
3bda036ca5
|
Eliminated shortcut exit that was causing memory overflow
|
2021-03-04 08:49:06 -07:00 |
|
|
|
31cf07947e
|
fix typo
|
2021-03-04 03:11:45 -03:00 |
|
|
|
97d1964383
|
Merge branch 'master' into collected-small-changes
|
2021-03-03 21:49:48 -05:00 |
|
|
|
73c874a042
|
whitespace
|
2021-03-03 21:29:59 -05:00 |
|
|
|
2f9cca97a9
|
Removed static functions and cmath include from header
|
2021-03-03 13:12:02 -07:00 |
|
|
|
26c5cdfb92
|
whitespace
|
2021-03-03 13:49:15 -05:00 |
|
|
|
f455869de3
|
update a few more error messages
|
2021-03-03 13:43:54 -05:00 |
|
|
|
4af4c0a99b
|
parsing is done on all MPI ranks, so we better use error->all() instead of error->one()
|
2021-03-03 08:43:51 -05:00 |
|
|
|
2db78823a0
|
open() method not really needed.
|
2021-03-03 08:43:23 -05:00 |
|
|
|
f02b0cf09b
|
review error messages for Coords, Types, Molecules, and Fragments sections
|
2021-03-03 08:24:21 -05:00 |
|
|
|
390e6eb965
|
Merge branch 'master' into fep
|
2021-03-03 14:01:43 +01:00 |
|
|
|
7ddb0c7014
|
clarify some more error messages
|
2021-03-02 22:26:23 -05:00 |
|
|
|
92ff812e9d
|
simplify
|
2021-03-02 15:53:33 -05:00 |
|
|
|
d6dbdfdbe6
|
detect and warn about unknown header keywords (instead of error out on an empty line)
|
2021-03-02 15:53:17 -05:00 |
|
|
|
eecc85659d
|
add missing line
|
2021-03-02 12:43:06 -05:00 |
|
|
|
60694b2a94
|
better error check and error message when looking for section headers
|
2021-03-02 11:59:54 -05:00 |
|
|
|
371ee63c2c
|
begin refactor of parsing of sections
|
2021-03-02 11:06:24 -05:00 |
|
|
|
e941d0fd4a
|
simplify parsing of keywords
|
2021-03-02 11:05:18 -05:00 |
|