|
|
51a4819bfc
|
Fixed an illegal preprocessor issue.
|
2022-09-02 11:42:30 -04:00 |
|
|
|
48b086b717
|
protect potential file download against paths with blanks
|
2022-09-02 08:04:11 -04:00 |
|
|
|
b170ab056b
|
properly link SPH and MACHDYN user guide PDFs from manual
|
2022-09-02 06:22:35 -04:00 |
|
|
|
ff10b2bc26
|
modernize accessors and error handling in fixes box/relax and spring/chunk
|
2022-09-02 05:42:35 -04:00 |
|
|
|
874588c74f
|
load/test pizza.py dump class only if NumPy is found
|
2022-09-01 21:00:55 -04:00 |
|
|
|
8d26cc96c8
|
also test colname default keyword/value pair
|
2022-09-01 21:00:17 -04:00 |
|
|
|
b0f58bd7c4
|
select array dimension so they cannot be overflown
|
2022-09-01 16:03:56 -04:00 |
|
|
|
ea254d9105
|
remove bogus else branch
|
2022-09-01 16:03:23 -04:00 |
|
|
|
d503e441ff
|
modernize accessor handling
|
2022-09-01 16:03:02 -04:00 |
|
|
|
7bba3c516f
|
avoid excess string copy in auto loops
|
2022-09-01 16:02:32 -04:00 |
|
|
|
e0e4be1872
|
alternate workaround for hipcc/dpcpp fmtlib issue from upstream
|
2022-09-01 14:18:05 -04:00 |
|
|
|
566ea864b8
|
clarify dump_modify doc page meaning for every and every/time
|
2022-09-01 10:01:08 -06:00 |
|
|
|
4cff211a5e
|
clarify dump doc page meaning Nevery = N
|
2022-09-01 09:53:57 -06:00 |
|
|
|
ced73080b8
|
more dump_modify tests
|
2022-09-01 04:03:11 -04:00 |
|
|
|
be53dda249
|
more dump_modify testing
|
2022-08-31 21:23:23 -04:00 |
|
|
|
bb225c4be6
|
add unit test for checking dump_modify every
|
2022-08-31 17:20:04 -04:00 |
|
|
|
6a745f40ea
|
make bugfix compatible with using a variable for dump_modify every
|
2022-08-31 17:19:44 -04:00 |
|
|
|
673eeff581
|
recover dump_modify every behavior
|
2022-08-31 14:39:46 -04:00 |
|
|
|
fe47680491
|
revise workflow triggers
|
2022-08-30 15:07:53 -04:00 |
|
|
|
d369c4eb15
|
fix bug from incorrect use of constexpr
|
2022-08-30 15:00:24 -04:00 |
|
|
|
d874976222
|
Merge branch 'develop' into collected-small-changes
|
2022-08-30 14:59:07 -04:00 |
|
|
|
dd4260da77
|
Merge pull request #3420 from akohlmey/more-set-options
Refactor error handling in set command and add/rename options
|
2022-08-30 13:31:16 -04:00 |
|
|
|
b0b62fe1ac
|
fix death test
|
2022-08-30 12:32:22 -04:00 |
|
|
|
70a157f371
|
add test for EFF package properties
|
2022-08-30 11:41:52 -04:00 |
|
|
|
238e6371b2
|
improve error message
|
2022-08-30 06:21:01 -04:00 |
|
|
|
2c0eb10d62
|
label electron spin with "espin" instead of "spin" but be backward compatible
|
2022-08-30 06:20:53 -04:00 |
|
|
|
bfb15c6cc6
|
support setting electron spin and radius with the set command
|
2022-08-30 06:11:17 -04:00 |
|
|
|
978165377d
|
clarify and correct units of "k"
|
2022-08-30 05:00:06 -04:00 |
|
|
|
58fcf26581
|
add first tests for compute property/atom
|
2022-08-29 23:32:41 -04:00 |
|
|
|
f6b2846b8f
|
update error messages for compute property/atom
|
2022-08-29 22:42:20 -04:00 |
|
|
|
118b464a53
|
add example for a 1-d pressure profile
|
2022-08-29 17:04:48 -04:00 |
|
|
|
0cc174243c
|
workaround for hipcc/dpcpp compilers that silently convert long double to double
|
2022-08-29 14:47:33 -04:00 |
|
|
|
37d4c4c7f1
|
properly initialize result storage for per-chunk arrays
|
2022-08-29 12:52:16 -04:00 |
|
|
|
bdac6d3e05
|
Merge branch 'develop' into more-set-options
|
2022-08-29 12:21:17 -04:00 |
|
|
|
2f8c370645
|
Merge pull request #3418 from akohlmey/fmtlib-9.1-update
Update embedded fmtlib code to version 9.1.0
|
2022-08-29 11:36:58 -04:00 |
|
|
|
56de9c6d66
|
Merge pull request #3419 from akohlmey/collected-small-changes
Collected small changes and bugfixes
|
2022-08-29 11:06:00 -04:00 |
|
|
|
74bbbb9e17
|
rename "set spin" to "set spin/atom" and "set spin/random" to "set spin/atom/random"
this also adds unit tests and improves error checking and messages
|
2022-08-28 19:24:32 -04:00 |
|
|
|
bb6ea422b7
|
avoid global namespace import in header, more consistency
|
2022-08-28 17:22:26 -04:00 |
|
|
|
634496b509
|
consistent naming and style
|
2022-08-28 17:06:38 -04:00 |
|
|
|
0d88f4ccf2
|
consistent naming and style
|
2022-08-28 12:31:00 -04:00 |
|
|
|
28925f69f5
|
re-initialize neighbor lists at end to clear out the occasional list entry
|
2022-08-28 11:38:01 -04:00 |
|
|
|
6e71318086
|
fix typo
|
2022-08-28 11:21:38 -04:00 |
|
|
|
1511611ba3
|
optimization for large systems when checking overlap on small groups
|
2022-08-28 07:18:19 -04:00 |
|
|
|
c7e4346558
|
only print neighbor list info if there are neighbor lists
|
2022-08-28 07:17:41 -04:00 |
|
|
|
5f19f3ba8f
|
correct error messages
|
2022-08-28 07:16:11 -04:00 |
|
|
|
4bcd43ff90
|
correct pair coeff mixing diagnostic for CLASS2 pair styles
|
2022-08-28 05:55:33 -04:00 |
|
|
|
be844dd9b7
|
avoid file access issues on windows
|
2022-08-28 05:55:33 -04:00 |
|
|
|
335d155e6b
|
need numpy
|
2022-08-28 05:55:33 -04:00 |
|
|
|
acf17b4851
|
correct pair coeff mixing diagnostic for CLASS2 pair styles
|
2022-08-28 04:29:17 -04:00 |
|
|
|
53329f38ef
|
Merge branch 'collected-small-changes' into more-set-options
|
2022-08-27 17:32:49 -04:00 |
|