|
|
b92adfaf6f
|
pointer and style issues
|
2021-01-31 14:59:10 -05:00 |
|
|
|
2ee6e8f582
|
more docs
also, relax I <= J requirement for pair_coeff, as 'required' by type labels
|
2021-01-30 21:22:49 -05:00 |
|
|
|
e3a6afe1ab
|
labelmap map/assign docs
|
2021-01-29 23:38:25 -05:00 |
|
|
|
f6fe554b47
|
basic support for auxiliary label maps
can be created with labelmap via mapID keyword
referenced like mymapID::C
where C is an atom type, for example
|
2021-01-29 22:38:33 -05:00 |
|
|
|
8e255f619b
|
compiler issues
|
2021-01-29 19:12:26 -05:00 |
|
|
|
797555b5ce
|
toward multiple maps
|
2021-01-28 23:44:02 -05:00 |
|
|
|
0b4256e67a
|
valid numeric type strings can include *
|
2021-01-26 22:55:19 -05:00 |
|
|
|
5d2e3b3ecb
|
direct support for coeff commands
pair_coeff, bond_coeff, angle_coeff, dihedral_coeff, improper_coeff
|
2021-01-25 20:08:25 -05:00 |
|
|
|
c7215b54be
|
add labelmap function to variable command
|
2021-01-23 17:28:11 -05:00 |
|
|
|
67c2352015
|
actually assume type labels don't start with number
|
2021-01-22 21:47:48 -05:00 |
|
|
|
a0c4fac428
|
assume type labels begin with letter
|
2021-01-19 22:56:06 -05:00 |
|
|
|
739dc46fab
|
type labels: restart support
|
2021-01-19 21:52:22 -05:00 |
|
|
|
e138cf2476
|
add labelmap command
|
2021-01-15 21:46:40 -05:00 |
|
|
|
93c33ac4f4
|
type label support for molecule files
replace types directly for molecule files
|
2021-01-12 17:52:55 -05:00 |
|
|
|
d7fb74f0be
|
multi-data-file support for bond, angles, diheddral, impropers
|
2021-01-11 16:00:37 -05:00 |
|
|
|
03b697a6e0
|
labels: introduce framework for multiple data files
subsequent data files merge types with first
starting with support for selected atom types sections, will attach small example to PR
|
2021-01-08 23:22:19 -05:00 |
|
|
|
d01b19923d
|
add write_data support, for testing
also refactor label map initialization, memory cleanup
|
2021-01-07 23:01:15 -05:00 |
|
|
|
73968fb4d8
|
prepare for multiple data files
not yet tested
|
2021-01-07 20:15:25 -05:00 |
|
|
|
48e1d202fe
|
refactor to use read_data local lmap
also add errors to enforce order of read_data sections
|
2021-01-07 10:37:24 -05:00 |
|
|
|
fef2d178e4
|
use vector<string> for type label arrays
|
2020-12-17 14:21:42 -05:00 |
|
|
|
bc32dfb480
|
refactor into label_map class
|
2020-12-16 23:07:58 -05:00 |
|
|
|
40953643ec
|
clean up atom.cpp type labels
|
2020-12-16 19:13:11 -05:00 |
|
|
|
767584df36
|
add find_type function
find integer type from type label
|
2020-12-16 17:39:07 -05:00 |
|
|
|
a0911b7563
|
read_data: add bond, etc. label sections
|
2020-12-16 17:00:05 -05:00 |
|
|
|
af1e96c6df
|
generalize read typelabel function
will greatly reduce code # of lines
|
2020-12-16 12:43:17 -05:00 |
|
|
|
e4c7ec6933
|
read_data: add atomtypelabels section
type labels for atoms
|
2020-12-16 12:26:31 -05:00 |
|
|
|
305607d019
|
type labels: make space for labels
put labels in atom.cpp for easy access
|
2020-12-16 11:27:05 -05:00 |
|
|
|
90f00c01a4
|
Introduced ellipsoid pointer in quaternion data access
|
2020-12-03 12:57:55 +00:00 |
|
|
|
5ea9d97024
|
Merge pull request #2498 from rbberger/next_lammps_version
Step version string for next LAMMPS release
|
2020-11-30 17:58:01 -05:00 |
|
|
|
85a69cedcf
|
whitespace
|
2020-11-30 15:40:32 -05:00 |
|
|
|
b5d43f1570
|
Merge branch 'master' into small_changes
|
2020-11-30 15:39:25 -05:00 |
|
|
|
cf608d221c
|
Merge pull request #2436 from stanmoore1/eam_tweaks
Kokkos EAM tweaks for V100
|
2020-11-30 15:38:16 -05:00 |
|
|
|
40dd4e57fb
|
Merge pull request #2467 from jrgissing/bond/react-delete_atoms_bugfix
Bond/react: molecule keyword + bugfixes
|
2020-11-30 15:35:14 -05:00 |
|
|
|
0f27ba34b0
|
whitespace
|
2020-11-30 13:33:09 -05:00 |
|
|
|
5ffba2d2fa
|
step version string for next LAMMPS release
|
2020-11-30 13:27:35 -05:00 |
|
|
|
ec7d3dd84c
|
Add tweak suggested by @weinbe2 to reduce memory reads
|
2020-11-30 11:21:16 -07:00 |
|
|
|
e2e86bbffa
|
Merge pull request #2486 from tomswinburne/master
Very minor bug fix for NEB
|
2020-11-30 12:55:21 -05:00 |
|
|
|
e0c87fc0b6
|
Merge pull request #2419 from akohlmey/reset-invalid-image-flags
Reset invalid image flags on read_data
|
2020-11-30 12:53:50 -05:00 |
|
|
|
91f21fcd9e
|
Merge pull request #2487 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2020-11-30 11:36:23 -05:00 |
|
|
|
7555c82c09
|
Merge pull request #2492 from lammps/balance-neigh-skin
separate cut planes by neigh skin for balance shift
|
2020-11-29 17:05:27 -05:00 |
|
|
|
bddbc516b5
|
Merge branch 'master' into collected-small-changes
|
2020-11-29 12:26:30 -05:00 |
|
|
|
357e1de919
|
Merge pull request #2477 from yafshar/kim_improvement
Misc. KIM updates
|
2020-11-29 12:17:17 -05:00 |
|
|
|
76f43f4c57
|
Merge pull request #2440 from evoyiatzis/bond_gaussian
Bond & angle styles gaussian
|
2020-11-29 10:13:51 -05:00 |
|
|
|
8df0ee0dfa
|
make new warning more gentle
|
2020-11-27 12:15:31 -05:00 |
|
|
|
fcf5f34a49
|
memory fix
|
2020-11-27 12:08:09 -05:00 |
|
|
|
3601be6ceb
|
Update the list of include statements, for classes derived from Pointers
|
2020-11-26 10:40:17 -06:00 |
|
|
|
dde42a5bd0
|
updated pbc correction
|
2020-11-26 16:10:58 +01:00 |
|
|
|
f05a53cb9a
|
whitespace (again)
|
2020-11-25 16:51:43 -05:00 |
|
|
|
82703e5bac
|
update fmtlib to version 7.1.3
|
2020-11-25 16:51:43 -05:00 |
|
|
|
f0e4f9932f
|
whitespace fixes
|
2020-11-25 16:51:43 -05:00 |
|