|
|
760d85b9c4
|
Two computes that computes the local mechanical pressure tensor in Cartesian and spherical coordinates
|
2022-03-04 16:04:18 +01:00 |
|
|
|
7288828439
|
defined np1 = ntypes + 1 to shorten allocation commands
|
2022-03-04 13:48:44 +00:00 |
|
|
|
8b9be5bf0a
|
applied clang-format
|
2022-03-04 12:47:36 +00:00 |
|
|
|
98f83f9b3a
|
fix typos and make output section more readable
|
2022-03-04 06:25:16 -05:00 |
|
|
|
b94995cf5b
|
add some TALLY package compute. simplify some code with convenience functions
|
2022-03-04 06:24:37 -05:00 |
|
|
|
16fe7317af
|
Merge branch 'lammps:master' into master
|
2022-03-04 10:38:10 +00:00 |
|
|
|
a70e895e06
|
updated documentation
|
2022-03-04 10:37:45 +00:00 |
|
|
|
550d523c9e
|
add gyration
|
2022-03-04 04:41:43 -05:00 |
|
|
|
73e38014f2
|
Added explanation of parallel molecule support
|
2022-03-03 18:21:30 -07:00 |
|
|
|
91f6805821
|
Tweaked logic for MC move flags and addedreference output for H2O and CO2 on 4 procs
|
2022-03-03 18:12:43 -07:00 |
|
|
|
eaa6fb17af
|
Relaxed the error check on molecule moves in parallel. Molecule exchange is okay.
|
2022-03-03 16:47:33 -07:00 |
|
|
|
f97a2d341c
|
Clean up evflags
|
2022-03-03 16:44:53 -07:00 |
|
|
|
5888ba0514
|
QEq does not require ghosts in the neighbor list
|
2022-03-03 16:16:13 -07:00 |
|
|
|
3bfb03bcb8
|
test compute com and compute dipole
|
2022-03-03 17:27:11 -05:00 |
|
|
|
e4d920d582
|
add minimal test for testing compute styles that compute global scalars
|
2022-03-03 17:11:01 -05:00 |
|
|
|
e5d2555cf2
|
small tweaks
|
2022-03-03 10:01:16 -07:00 |
|
|
|
569147bf11
|
Revert change of default value for list/blocking
|
2022-03-03 09:30:16 -07:00 |
|
|
|
1f456a447c
|
add support for Urey-Bradley H-H bonds
|
2022-03-03 09:23:33 -07:00 |
|
|
|
0fbacd4c5d
|
Add missing optimization to CPU version
|
2022-03-03 09:02:47 -07:00 |
|
|
|
9083ff867e
|
whitespace
|
2022-03-03 08:48:54 -07:00 |
|
|
|
ee2b9f28cb
|
Switch to vector parallelism for half list in QEq
|
2022-03-03 08:09:25 -07:00 |
|
|
|
b6b7846c50
|
Optimization to reduce atomics on CPU
|
2022-03-03 07:46:35 -07:00 |
|
|
|
beee3126e0
|
Recover CPU performance by bifurcating code
|
2022-03-03 07:21:40 -07:00 |
|
|
|
22d43d8e05
|
Change default for list/blocking option
|
2022-03-03 07:20:53 -07:00 |
|
|
|
9f8362399d
|
convert granular pair style and augment docs accordingly
|
2022-03-03 06:58:54 -05:00 |
|
|
|
04dbf307d0
|
remove obsolete TODO item
|
2022-03-03 06:43:52 -05:00 |
|
|
|
7120e6354d
|
add a mini-TOC for faster access to contents as the page is getting longer
|
2022-03-03 06:43:20 -05:00 |
|
|
|
13bf72e61c
|
describe new neighbor list request APIs
|
2022-03-03 06:42:42 -05:00 |
|
|
|
b4da01c23a
|
reduce compiler warnings and need for private variables in OpenMP pragmas
|
2022-03-02 22:19:28 -05:00 |
|
|
|
a0996da644
|
apply new APIs to a few representative cases
|
2022-03-02 21:31:35 -05:00 |
|
|
|
d4272815a3
|
add new APIs for creating and manipulating neighbor list requests
also add a few new (delegating) constructors to simplify code
|
2022-03-02 21:30:16 -05:00 |
|
|
|
f7514ce358
|
make friends for access to instance_me member
|
2022-03-02 19:06:08 -05:00 |
|
|
|
0a2a252f08
|
cleanup
|
2022-03-02 10:42:41 -07:00 |
|
|
|
30517fad68
|
Remove unnecessary atomics/duplication
|
2022-03-02 10:34:49 -07:00 |
|
|
|
bac85c4c83
|
cleanup
|
2022-03-02 10:04:35 -07:00 |
|
|
|
083d166885
|
More cleanup
|
2022-03-02 09:46:25 -07:00 |
|
|
|
adefb287c5
|
whitespace
|
2022-03-02 09:29:07 -07:00 |
|
|
|
4ad27034f2
|
Small tweaks, cleanup
|
2022-03-02 09:04:13 -07:00 |
|
|
|
7fb684b802
|
for 2d systems, rigid bodies always have a moment of inertia and no DOFs need to be subtracted
|
2022-03-01 21:18:51 -05:00 |
|
|
|
2a0e66164e
|
enable and apply clang-format
|
2022-03-01 21:06:19 -05:00 |
|
|
|
092720b69a
|
correctly compute bond count for shake statistics
|
2022-03-01 20:52:07 -05:00 |
|
|
|
e79e4c0134
|
Seperate buildlists half into 'cheap' blocking-based preprocessor, and 'dense' finalizer
Change-Id: Ic205c1e6f3578c033ec4d8c3c45070fd5b3d7a18
|
2022-03-01 14:51:40 -05:00 |
|
|
|
4c57b8f1db
|
Remove duplicate etypes setting
|
2022-03-01 19:44:17 +00:00 |
|
|
|
7cca49b14b
|
hide pow behind conditional
Change-Id: I8bb3f7a069207dd0e5a5b980d2a7e3e1a7e22ccb
|
2022-03-01 12:52:55 -05:00 |
|
|
|
0edda42eee
|
Bugfix macro inversion
|
2022-03-01 17:58:56 +01:00 |
|
|
|
09e544cb8c
|
Changed label of compute_angles/dihedrals for better reading. compute_dihedrals is not working ATM. Also implemented some changes from AThompson.
|
2022-03-01 16:58:14 +01:00 |
|
|
|
cd9d3ae5d3
|
Merge branch 'Elastic_stress' of github.com:Bibobu/lammps into Elastic_stress
|
2022-03-01 11:04:39 +01:00 |
|
|
|
798975b809
|
Merge pull request #3155 from akohlmey/collected-small-changes
Collected small changes
|
2022-02-28 15:18:27 -05:00 |
|
|
|
9f315fc2e2
|
small rewording
|
2022-02-28 12:17:20 -05:00 |
|
|
|
763f8f432f
|
Merge pull request #3156 from stanmoore1/kk_verlet_uvm
Fix rare bug in Kokkos with CUDA UVM
|
2022-02-28 12:16:28 -05:00 |
|