|
|
96d943513e
|
more output cleanup in MISC, MLIAP, MOLECULE, and POEMS
|
2020-06-29 11:48:54 -04:00 |
|
|
|
d5b9948129
|
extend FreeBSD preprocessor checks to other BSD flavors
|
2020-05-03 01:00:01 -04:00 |
|
|
|
2b542eacb7
|
add FreeBSD compatibility
|
2020-05-02 15:56:24 -04:00 |
|
|
|
2b39c9968f
|
Merge pull request #1913 from jrgissing/molecule_template_moleculeIDs
Molecule template: molecule-IDs and fragments
|
2020-03-18 20:31:29 -04:00 |
|
|
|
d7cade9d46
|
Merge branch 'master' into molecule_template_moleculeIDs
|
2020-03-17 23:08:00 -06:00 |
|
|
|
649a8cc01a
|
Fix typo
|
2020-03-14 13:57:48 +09:00 |
|
|
|
8af9d40392
|
Update DOI resolver
https://www.doi.org/doi_handbook/2_Numbering.html#htmlencoding
|
2020-03-12 16:53:24 +09:00 |
|
|
|
73186e4d26
|
correction to molecule-ID-increment logic
|
2020-03-08 16:06:49 -06:00 |
|
|
|
1110124627
|
let 'fix deposit' know about molecule template molecule IDs
|
2020-03-06 22:04:16 -07:00 |
|
|
|
9ed987c255
|
minor changes to syntax and documentation of fix deposit orient
|
2020-01-13 13:15:17 -07:00 |
|
|
|
e8d11931ec
|
merged in current master
|
2020-01-13 10:34:31 -07:00 |
|
|
|
877329c1e4
|
rename rflag to orientflag to be consistent with documentation and more readable
|
2019-10-08 16:35:50 +02:00 |
|
|
|
a705b635a5
|
remove cstdio include
cstdio is implicitly included by pointers.h which is included by fix.h.
|
2019-09-25 14:36:26 -04:00 |
|
|
|
ff991c4c53
|
Added new keywords orientation rx ry rz to restrict random rotation
|
2019-09-24 15:10:47 -04:00 |
|
|
|
25c3a452f2
|
Added New keywords rotation rx ry rz to fix_deposit
|
2019-09-18 17:29:45 -04:00 |
|
|
|
e5af9db84c
|
clean up includes in MC and MISC package
|
2019-07-07 11:49:13 -04:00 |
|
|
|
416911aa7e
|
more rearranging of include file order to put implementation headers first
|
2019-07-03 21:57:39 -04:00 |
|
|
|
4ec3a508fc
|
bulk removal of #include <cstdio> from header files
|
2019-06-27 21:54:07 -04:00 |
|
|
|
8b49cac86a
|
correct dimensionality of cut_coul property in Pair::extract()
|
2019-06-24 09:09:22 -04:00 |
|
|
|
171d74f2f2
|
remove class member name clashes. Pointers contains infile so we rename other uses to inpfile
|
2019-06-23 16:43:54 -04:00 |
|
|
|
f73c848ee4
|
detect and error out when timestep was reset when restarting fixes atom/swap, gcmc, or deposit
|
2019-05-31 00:31:36 -04:00 |
|
|
|
4243af30d7
|
properly store 64-bit integers for next_reneighbor into double type buffers for restarts of fixes
also store number of attemps and number of successes in restart and retrieve those from it
|
2019-05-31 00:23:12 -04:00 |
|
|
|
06a57dd659
|
use ev_unset for all pair styles
|
2019-03-13 17:49:16 +01:00 |
|
|
|
1991ff6c48
|
consistent formatting: replace "if( XXX)" with "if (XXX)"
|
2018-12-29 17:08:12 -05:00 |
|
|
|
b34dac41c2
|
port documentation spelling fixes to comments or strings in source code.
|
2018-11-19 16:15:24 -05:00 |
|
|
|
1fc3b4618c
|
remove dead code and silence compiler warnings
|
2018-11-15 16:50:56 -05:00 |
|
|
|
9c27548a5c
|
more replacing of sprintf() with snprintf()
|
2018-09-06 10:45:48 -04:00 |
|
|
|
71bc72ec13
|
formatting: add additional space to avoid bad syntax highlights
|
2018-08-27 22:13:43 -04:00 |
|
|
|
92a4dc25b1
|
Fix unused params in packages (#1076)
|
2018-08-24 10:42:08 -06:00 |
|
|
|
479cc9424d
|
C include
|
2018-06-14 13:57:10 +02:00 |
|
|
|
673202d05f
|
Bugfix for pair_nm and tail correction
|
2018-06-14 13:44:55 +02:00 |
|
|
|
71e1867dd2
|
move enum{LAYOUT_UNIFORM,LAYOUT_NONUNIFORM,LAYOUT_TILED}; to Comm class
|
2018-05-10 00:50:20 -04:00 |
|
|
|
e4071d7f46
|
replace C-style include files with their C++ equivalents
|
2018-04-27 18:00:24 -04:00 |
|
|
|
5221ac2d55
|
add placeholders to include files for error messges
|
2018-04-03 17:48:31 -06:00 |
|
|
|
e9ac8ba01e
|
cleanup embedded or trailing tabs
|
2018-03-16 13:21:54 -04:00 |
|
|
|
59dbb49cf9
|
remove trailing whitespace
|
2018-03-16 12:37:27 -04:00 |
|
|
|
ee862d8bf5
|
replace leading tabs
|
2018-03-16 12:34:33 -04:00 |
|
|
|
911529ab24
|
correct typo
|
2018-02-21 08:43:33 +01:00 |
|
|
|
a5a47899a3
|
make XDR support for dump style xtc compile on MacOSX
|
2018-02-20 22:10:21 +01:00 |
|
|
|
c3d1cee5f9
|
try to use OS-provided (and obsoleted) RPC headers for XDR. always use bundled code
|
2018-02-02 09:23:02 +01:00 |
|
|
|
e196a2b9e5
|
import changes to various fixes by aidan to include virial contributions
|
2017-09-11 22:24:06 -04:00 |
|
|
|
4ec07422f0
|
avoid division by zero when using cutoff 0.0 with pair_modify shift yes
|
2017-07-14 23:33:00 -04:00 |
|
|
|
51fc386e72
|
correct the inner loop range for resetting cutoffs when redefining a pair style
this was reported by frank uhlig on lammps-users for lj/cut, but it applies to many more pair styles
|
2017-05-16 00:26:18 -04:00 |
|
|
|
44841f6891
|
fix ave/chunk fixes, 2d disc option, fix_modify dynamic/dof
|
2017-03-23 15:31:27 -06:00 |
|
|
|
7dd60f9737
|
Fix typos in src files
|
2017-03-05 21:03:40 -05:00 |
|
|
|
8756a1017d
|
Kokkos updates by Stan
|
2016-11-17 08:58:22 -07:00 |
|
|
|
1ff75eaba2
|
Initialized pointers in MISC and MOLECULE
|
2016-11-07 17:15:48 +01:00 |
|
|
|
35753b8f08
|
add error location propagation to force->bounds() and force->boundsbig()
|
2016-10-26 15:53:02 -04:00 |
|
|
|
a8d7ca367d
|
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15564 f3b2605a-c512-4ea7-a41b-209d697bcdaa
|
2016-09-10 20:19:52 +00:00 |
|
|
|
751786364d
|
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15367 f3b2605a-c512-4ea7-a41b-209d697bcdaa
|
2016-07-23 16:11:53 +00:00 |
|