|
|
ff7f2e78a1
|
Merge branch 'master' into fix-external-python-support
|
2021-07-22 23:09:54 -04:00 |
|
|
|
c8cc5ecb9f
|
implement setting per-atom virial from numpy array (thanks to stackoverflow)
|
2021-07-22 22:50:05 -04:00 |
|
|
|
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 |
|
|
|
5b46e679c8
|
update style names
|
2021-07-21 22:00:43 -04:00 |
|
|
|
5436975fa2
|
update unit test reference data for REAXFF also with OpenMP enabled
|
2021-07-21 16:01:28 -04:00 |
|
|
|
f6e9c30818
|
update unit tests
|
2021-07-21 00:47:10 -04:00 |
|
|
|
cf3bf374fa
|
Merge branch 'master' into refactor-reaxff-parser
|
2021-07-21 00:30:53 -04:00 |
|
|
|
03f6244fef
|
add quip SW potential file and corresponding unit test
|
2021-07-20 19:34:06 -04:00 |
|
|
|
1c4e8aba12
|
add tests for per-atom values, global energy with pf/array mode
|
2021-07-19 00:29:27 -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 |
|
|
|
88e363c0bb
|
document and add unit tests for lammps_set_fix_external_callback()
|
2021-07-16 14:51:04 -04:00 |
|
|
|
5f302b9035
|
temporarily skip testing REAXFF with OpenMP
|
2021-07-14 17:42:46 -04:00 |
|
|
|
d412a4c933
|
re-enable OpenMP testing for ReaxFF
|
2021-07-12 21:03:10 -04:00 |
|
|
|
757e2f8cff
|
Merge branch 'master' into refactor-reaxff-parser
# Conflicts:
# doc/src/fix_qeq_reax.rst
# src/OPENMP/reaxc_bond_orders_omp.h
# src/OPENMP/reaxc_bonds_omp.h
# src/OPENMP/reaxc_forces_omp.h
# src/OPENMP/reaxc_hydrogen_bonds_omp.h
# src/OPENMP/reaxc_init_md_omp.cpp
# src/OPENMP/reaxc_init_md_omp.h
# src/OPENMP/reaxc_multi_body_omp.h
# src/OPENMP/reaxc_nonbonded_omp.h
# src/OPENMP/reaxc_torsion_angles_omp.h
# src/OPENMP/reaxc_valence_angles_omp.h
# src/OPENMP/reaxff_omp.h
# src/Purge.list
# src/QEQ/fix_qeq.cpp
# src/QEQ/fix_qeq.h
# src/QEQ/fix_qeq_dynamic.cpp
# src/QEQ/fix_qeq_fire.cpp
# src/REAXFF/fix_qeq_reax.cpp
# src/REAXFF/reaxc_allocate.h
# src/REAXFF/reaxc_bond_orders.h
# src/REAXFF/reaxc_bonds.h
# src/REAXFF/reaxc_control.h
# src/REAXFF/reaxc_defs.h
# src/REAXFF/reaxc_ffield.h
# src/REAXFF/reaxc_forces.h
# src/REAXFF/reaxc_hydrogen_bonds.h
# src/REAXFF/reaxc_init_md.cpp
# src/REAXFF/reaxc_init_md.h
# src/REAXFF/reaxc_io_tools.cpp
# src/REAXFF/reaxc_io_tools.h
# src/REAXFF/reaxc_list.h
# src/REAXFF/reaxc_lookup.h
# src/REAXFF/reaxc_multi_body.h
# src/REAXFF/reaxc_nonbonded.h
# src/REAXFF/reaxc_reset_tools.h
# src/REAXFF/reaxc_system_props.cpp
# src/REAXFF/reaxc_system_props.h
# src/REAXFF/reaxc_tool_box.h
# src/REAXFF/reaxc_torsion_angles.h
# src/REAXFF/reaxc_traj.cpp
# src/REAXFF/reaxc_traj.h
# src/REAXFF/reaxc_types.h
# src/REAXFF/reaxc_valence_angles.h
# src/REAXFF/reaxc_vector.cpp
# src/REAXFF/reaxc_vector.h
# src/REAXFF/reaxff_api.h
# src/REAXFF/reaxff_defs.h
# src/REAXFF/reaxff_inline.h
# src/REAXFF/reaxff_types.h
# src/text_file_reader.cpp
# src/text_file_reader.h
# unittest/force-styles/tests/atomic-pair-reax_c.yaml
# unittest/force-styles/tests/atomic-pair-reax_c_lgvdw.yaml
# unittest/force-styles/tests/atomic-pair-yukawa_colloid.yaml
|
2021-07-12 14:25:47 -04:00 |
|
|
|
05f28661f2
|
temporarily skip some tests for REAXFF until working on PR #2708
|
2021-07-12 05:43:04 -04:00 |
|
|
|
bc4f2b65ae
|
the INTEL package does not support pair_modify nofdotr
- no need to test for it
- add a check and report an error if the nofdotr setting is used
|
2021-07-12 05:19:41 -04:00 |
|
|
|
bc08d9a973
|
temporarily skip testing pair_modify nofdotr for reax/c until we merge PR #2708
|
2021-07-11 20:14:10 -04:00 |
|
|
|
6134164ad3
|
pair style rann does not support per-atom stress or pair_modify nofdotr
|
2021-07-11 20:03:52 -04:00 |
|
|
|
d774cd5ddc
|
fix sign errors and pair_modify nofdotr behavior for pair style bop
|
2021-07-11 19:27:49 -04:00 |
|
|
|
7e3e786530
|
fix up pair style polymorphic for pair_modify nofdotr
|
2021-07-11 19:19:41 -04:00 |
|
|
|
b47a212b17
|
initialize "me" before using it.
|
2021-07-11 13:55:00 -04:00 |
|
|
|
50da38722a
|
make airebo compatible with pair_modify nofdotr
|
2021-07-11 08:47:30 -04:00 |
|
|
|
bfc9df1302
|
exclude tersoff/intel. fix newton off instantiation.
|
2021-07-11 00:53:26 -04:00 |
|
|
|
0e55c2c4f2
|
Merge branch 'master' into nofdotr-tests-and-updates
# Conflicts:
# unittest/cplusplus/test_lammps_class.cpp
|
2021-07-10 22:36:43 -04:00 |
|
|
|
b2a396da3c
|
Merge pull request #2828 from tomswinburne/snap-scale
Adding scale parameter to pair/snap for fix/adapt
|
2021-07-07 16:10:11 -04:00 |
|
|
|
9b31ed511b
|
Merge branch 'fm' into ssc
|
2021-07-06 17:31:58 +02:00 |
|
|
|
40e83088b0
|
update SNAP unit tests for added extract keyword
|
2021-07-06 11:11:35 -04:00 |
|
|
|
455b7b9392
|
remove single precision floating point math and reformat
|
2021-07-04 18:24:46 -04:00 |
|
|
|
34fa0da60e
|
Merge branch 'master' into package-reorganization-step1
# Conflicts:
# doc/src/Packages_details.rst
|
2021-07-02 13:24:49 -04:00 |
|
|
|
b1d16508fe
|
small tweak to recover first initialization settings for consistent output
|
2021-06-30 17:40:42 -04:00 |
|
|
|
878795e64a
|
bulk rename of remaining USER- packages
|
2021-06-29 20:12:59 -04:00 |
|
|
|
2d4bb8f38c
|
rename USER-MESODPD and USER-SDPD to DPD-MESO and DPD-SMOOTH
|
2021-06-29 19:45:38 -04:00 |
|
|
|
8e185a1a12
|
rename USER-DPD to DPD-REACT
|
2021-06-29 19:41:23 -04:00 |
|
|
|
1dc25b0e10
|
rename USER-OMP to OPENMP
|
2021-06-29 17:48:22 -04:00 |
|
|
|
c085e55695
|
rename USER-SMD package to MACHDYN
|
2021-06-29 17:19:39 -04:00 |
|
|
|
dc3efd17d2
|
rename USER-MEAMC to MEAM and pair style meam/c to meam (keeping meam/c as an alias)
|
2021-06-29 16:59:05 -04:00 |
|
|
|
95f713bd38
|
skip testing the fortran module if CMake cannot identify the fortran compiler
this avoids compilation failure with the new llvm based flang (aka f18)
|
2021-06-21 17:25:29 -04:00 |
|
|
|
ddc596170e
|
Merge pull request #2803 from akohlmey/collected-small-changes
Collected small changes
|
2021-06-21 12:59:16 -04:00 |
|
|
|
2624e3fd8f
|
add unit test for pair style rann
|
2021-06-20 22:14:06 -04:00 |
|
|
|
a4c8650d2a
|
plug memory leaks in USER-PACE
|
2021-06-20 21:29:49 -04:00 |
|
|
|
2ca0a4df98
|
add unit test for MLIAP SO3 descriptor
|
2021-06-13 17:45:00 -04:00 |
|
|
|
8b0a063059
|
must not test for bonded interactions without MOLECULE package
|
2021-06-06 18:37:14 -04:00 |
|
|
|
fde2295685
|
add comments to suppress useless warnings from LGTM
|
2021-05-31 12:01:50 -04:00 |
|
|
|
58625d800e
|
also make CMake scripts in unittest tree consistent
|
2021-05-25 15:10:18 -04:00 |
|
|
|
2e6a0112d3
|
update URLs in some more files
|
2021-05-24 16:19:37 -04:00 |
|
|
|
ba854ec7c3
|
changes required to cross-compile unit tests for windows
|
2021-05-23 01:46:14 -04:00 |
|