|
|
12b67e0fd1
|
update ASPHERE/line example to follow conventions and avoid crashes.
|
2024-09-21 17:48:17 -04:00 |
|
|
|
061c80104a
|
add docs to mention using a type labels for xyz files with string labels
|
2024-09-21 12:24:41 -04:00 |
|
|
|
d16d744550
|
enable and apply clang-format
|
2024-09-21 12:12:27 -04:00 |
|
|
|
29fce19c19
|
support typelabels for parsing xyz file with non-numeric types
|
2024-09-21 11:57:01 -04:00 |
|
|
|
5290779554
|
Merge branch 'develop' into collected-small-changes
|
2024-09-21 00:01:28 -04:00 |
|
|
|
3c8b846a66
|
Merge pull request #4330 from akohlmey/rheo-gsl-to-lapack
Convert RHEO package to use plain LAPACK instead of GSL
|
2024-09-21 00:00:13 -04:00 |
|
|
|
20f3b5a7db
|
update readme
|
2024-09-20 21:44:52 -04:00 |
|
|
|
958f2ae58b
|
add tests for library interface and python
|
2024-09-20 03:57:12 -04:00 |
|
|
|
e35a00258e
|
add lammps_expand() to swig interface file
|
2024-09-20 03:56:36 -04:00 |
|
|
|
3902215018
|
add lammps_expand to plugin wrapper
|
2024-09-20 03:56:19 -04:00 |
|
|
|
95afe40f55
|
add lammps_expand() to Fortran wrapper
|
2024-09-20 03:46:36 -04:00 |
|
|
|
3905cfd0a6
|
avoid memory leak
|
2024-09-20 00:58:40 -04:00 |
|
|
|
5e15eb6949
|
add lammps_expand() method and make available in python
|
2024-09-20 00:17:06 -04:00 |
|
|
|
11838801d6
|
add extract() function to angle style cosine/squared
|
2024-09-19 07:21:15 -04:00 |
|
|
|
6f10648d5f
|
update unit test
|
2024-09-19 05:03:37 -04:00 |
|
|
|
586e6bb410
|
must run apt-get update before installing packages to avoid failures
|
2024-09-19 04:55:49 -04:00 |
|
|
|
b1eefe71c7
|
add extract() method to bond style harmonic/shift/cut
|
2024-09-19 04:53:04 -04:00 |
|
|
|
3d2a344dd5
|
we no longer need to install GSL for workflows with RHEO
|
2024-09-19 03:36:09 -04:00 |
|
|
|
d23b8aa17f
|
try to work around macOS issue
|
2024-09-18 23:29:49 -04:00 |
|
|
|
4eb1b1f606
|
clarify docs
|
2024-09-18 23:14:27 -04:00 |
|
|
|
bf469b347e
|
add missing override
|
2024-09-18 20:51:12 -04:00 |
|
|
|
42bcc43ece
|
add missing line in Install.sh file
|
2024-09-18 20:22:17 -04:00 |
|
|
|
d909b205c7
|
update docs for building the RHEO package
|
2024-09-18 20:14:43 -04:00 |
|
|
|
1ac9f0801c
|
update build support for using LAPACK with RHEO instead of GSL
|
2024-09-18 19:55:59 -04:00 |
|
|
|
b16b683cb4
|
replace calls to GSL with calls to LAPACK
|
2024-09-18 19:26:00 -04:00 |
|
|
|
9f867b5f54
|
add LAPACK functions for matrix inversion via Cholesky decomposition
|
2024-09-18 19:13:37 -04:00 |
|
|
|
ce13d22656
|
enable and apply clang-format, modernize access to list of fixes
|
2024-09-18 11:33:03 -04:00 |
|
|
|
575c1014d4
|
bugfix in lammps-open.py unit test
|
2024-09-17 22:13:07 -06:00 |
|
|
|
805c2ae131
|
Merge pull request #4326 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2024-09-17 08:48:46 -04:00 |
|
|
|
6503f297d4
|
support angle style hybrid with fix adapt
|
2024-09-16 21:21:20 -04:00 |
|
|
|
47bb1a8748
|
update unit test
|
2024-09-16 21:04:22 -04:00 |
|
|
|
516d988deb
|
update fix adapt docs
|
2024-09-16 20:59:04 -04:00 |
|
|
|
5d40a9640d
|
add support for bond style hybrid to fix adapt
|
2024-09-16 20:49:44 -04:00 |
|
|
|
11365e7b2e
|
add extract method to bond style harmonic/shift
|
2024-09-16 20:48:41 -04:00 |
|
|
|
804aa4ee85
|
improve error message
|
2024-09-16 20:38:50 -04:00 |
|
|
|
80cd9ace57
|
remove documentation check (for now)
|
2024-09-16 01:07:38 -04:00 |
|
|
|
4a9b7b1ba7
|
fix typo
|
2024-09-16 00:59:43 -04:00 |
|
|
|
f8eac87724
|
make programming style check and doc info check a github action
|
2024-09-16 00:56:09 -04:00 |
|
|
|
44d86c378b
|
relax epsilon or mark unstable based on test results on non-x86 architectures
|
2024-09-16 00:34:28 -04:00 |
|
|
|
8c4e67c10b
|
add concurrency group feature to unit test workflows, too.
|
2024-09-14 06:07:07 -04:00 |
|
|
|
79fbd46bd9
|
try out concurrency group feature on quick regression as suggested by @junghans
|
2024-09-14 06:04:35 -04:00 |
|
|
|
1587473ab5
|
fix comparison for missing arguments when using wildcards
|
2024-09-14 05:11:51 -04:00 |
|
|
|
bdca275f10
|
correct indexing when filling lmp_firstneigh array
|
2024-09-14 02:25:03 -04:00 |
|
|
|
fe8611bfc8
|
sync author info with LAMMPS home page
|
2024-09-13 22:55:05 -04:00 |
|
|
|
92bd9fc161
|
fix linking a URL and fix spelling
|
2024-09-13 02:20:26 -04:00 |
|
|
|
1adaab80aa
|
make certain values for LAMMPS variables are initialized
|
2024-09-13 00:11:13 -04:00 |
|
|
|
2995cb76ae
|
Merge pull request #4324 from rbberger/cmake_optional_docenv
Make CMake Doc build docenv optional
|
2024-09-12 17:57:45 -04:00 |
|
|
|
9339da075b
|
Merge pull request #4299 from evoyiatzis/patch-3
Allow the definition of point in region plane using variables
|
2024-09-12 17:52:30 -04:00 |
|
|
|
18f1d32f8e
|
Apply suggestions from code review
Co-authored-by: Axel Kohlmeyer <akohlmey@gmail.com>
|
2024-09-12 09:00:55 -06:00 |
|
|
|
0ebd4f5ddb
|
Make CMake Doc build docenv optional
|
2024-09-11 21:33:07 -06:00 |
|