Commit Graph

14092 Commits

Author SHA1 Message Date
Axel Kohlmeyer 669ae02a85 apply pattern to ignore OPT package sources 2018-02-06 16:57:27 +01:00
Steve Plimpton fa4c7fc664
Merge pull request #781 from wmbrownIntel/user-intel-2018u1p2
USER-INTEL: Adding missing backslash for two Makefiles using Intel co…
2018-02-02 14:51:23 -07:00
Steve Plimpton 401bfc52e1
Merge pull request #798 from akohlmey/always-use-internal-xdr
Replace OS provided XDR support with bundled code
2018-02-02 14:47:40 -07:00
Steve Plimpton 984fda5e78
Merge pull request #797 from akohlmey/multifile-restart-bugfix
Address bug in multifile restart writing with step number included
2018-02-02 14:47:09 -07:00
Steve Plimpton 196b3c81ef
Merge pull request #796 from akohlmey/create-bonds-sanity-check
Sanity check on created/read-in bonds/angles/dihedrals/impropers
2018-02-02 14:46:46 -07:00
Steve Plimpton f4a79b4d8e
Merge pull request #794 from akohlmey/tersoff-fixes
Consistent checking of Tersoff potential parameters
2018-02-02 14:46:11 -07:00
Steve Plimpton 7441b062e9
Merge pull request #792 from pastewka/18_dump_nc1
Dumping to multiple files failed with an error message complaining about a missing 'append yes' option.
2018-02-02 14:45:52 -07:00
Steve Plimpton 10d80ba9c3
Merge pull request #791 from akohlmey/charmm-cmap-docs-reference
Update CMAP related docs and rebuild example input decks
2018-02-02 14:44:58 -07:00
Steve Plimpton 5383035828
Merge pull request #787 from akohlmey/user-atc-dep
Make the USER-ATC package depend on MANYBODY
2018-02-02 14:44:36 -07:00
Steve Plimpton dc4dd1591f
Merge pull request #785 from jrgissing/imp_dihed_print
modifications to correctly print modified dihedrals, impropers
2018-02-02 14:44:15 -07:00
Steve Plimpton e4a1826dee
Merge pull request #783 from numericalfreedom/lammps-doxygen
Added double quotes to a word in Section_tools.txt file
2018-02-02 14:41:56 -07:00
Steve Plimpton 160edc9532
Merge pull request #782 from hheenen/user-mofff-contribution
User mofff contribution
2018-02-02 14:41:28 -07:00
Steve Plimpton 553b3ff69a
Merge pull request #778 from athomps/fix_gcmc_segfault_fix
Fixed recent segfault in fix gcmc and added mcmoves keyword
2018-02-02 14:40:14 -07:00
Steve Plimpton 2913d3da60
Merge pull request #777 from lammps/fix_prop_atom
Fix bug in FixPropertyAtom
2018-02-02 14:39:42 -07:00
Steve Plimpton 4af14becb5
Merge pull request #710 from rpleite/add-pair-ufm
Add the UFM pair potential - (GPU/OPT/OMP)
2018-02-02 14:38:28 -07:00
Axel Kohlmeyer 85fdf9eaba make links to papers unique across files 2018-02-02 10:10:27 +01:00
Axel Kohlmeyer 2ff278defa fully integrate ufm into documentation 2018-02-02 10:02:44 +01:00
Axel Kohlmeyer bfcb71a8be add package file to .gitignore 2018-02-02 09:27:09 +01:00
Axel Kohlmeyer c3d1cee5f9 try to use OS-provided (and obsoleted) RPC headers for XDR. always use bundled code 2018-02-02 09:23:02 +01:00
Axel Kohlmeyer 3e0cb9b463 rename examples to match usual naming conventions and add reference output. 2018-02-01 18:56:10 +01:00
Axel Kohlmeyer b70149e86a include added docpages in toctrees for sphinx 2018-02-01 18:50:25 +01:00
Axel Kohlmeyer 080ce422ae correct incorrect reference 2018-02-01 18:40:28 +01:00
Axel Kohlmeyer cc54848f7b adapt to current manual conventions 2018-02-01 18:40:17 +01:00
Axel Kohlmeyer 090ce7cecb remove tab char 2018-02-01 18:19:37 +01:00
Axel Kohlmeyer 3bc1c6b59e Address bug in multifile restart writing with step number included 2018-02-01 14:25:55 +01:00
Axel Kohlmeyer 38715d7f85 do not allow illegal combination of atom IDs in data files for bonds/angles/dihedrals/impropers 2018-01-31 06:08:04 -05:00
Axel Kohlmeyer 54a3096278 do not allow single bond/angle/dihedral definitions with illegal atom ID combinations 2018-01-31 05:59:19 -05:00
Axel Kohlmeyer 17d98d0915 make checking for tersoff parameters consistent across all implementations 2018-01-30 04:53:57 -05:00
Lars Pastewka 9cf4ac8b7c DOC: Added netcdf and netcdf/mpiio to dump style supporting atom attributes. 2018-01-28 14:24:28 +01:00
Lars Pastewka 4e4fd5f07c BUG: Dumping to multiple files failed with an error message complaining about a missing 'append yes' option. 2018-01-28 14:23:05 +01:00
Axel Kohlmeyer 9fd1e47968 ignore generated/copied files 2018-01-28 06:24:03 -05:00
Axel Kohlmeyer 6753977837 recreate 1ac7 input deck with up to date tools and LAMMPS binary. 2018-01-28 06:23:09 -05:00
Axel Kohlmeyer 031812b2bf recreate 1gb1 input deck with CMAP included. 2018-01-28 06:22:03 -05:00
Axel Kohlmeyer cf8dae5ef3 explain position of fix cmap command in input for data and restart files 2018-01-28 06:20:03 -05:00
Axel Kohlmeyer ba68548e38 clarify ch2lmp commands purpose in tools section 2018-01-28 06:19:33 -05:00
Axel Kohlmeyer 448c9c8d8a add a dependency on PairEAM/MANYBODY for installing USER-ATC 2018-01-23 16:27:06 +01:00
jrgissing d2da49cdf9 modifications to correctly print modified dihedrals, impropers 2018-01-22 23:56:11 -07:00
Dr. Nandor Tamaskovics e72faf3d7f Added double quotes to a word in Section_tools.txt file in order to activate
Sphinx hyperlink.
2018-01-21 20:55:04 +01:00
Christoph Junghans 3f967e3d84
cmake: add USER-MOFFF 2018-01-21 08:10:38 -07:00
Hendrik Heenen 5212e95787 added src/USER-MOFFF/README 2018-01-21 13:34:02 +01:00
Hendrik Heenen f7e2bf239f Added MOF-FF src, doc and example files 2018-01-21 11:40:48 +01:00
Michael Brown a802b750a6 USER-INTEL: Adding missing backslash for two Makefiles using Intel compiler. 2018-01-17 21:59:37 -08:00
Aidan Thompson 9bb7f1ddf6 Fixed recent segfault in fix gcmc and added mcmoves keyword 2018-01-17 13:45:15 -07:00
Steven J Plimpton 5e9d257ec2 patch 17Jan18 2018-01-17 13:00:48 -07:00
Stan Moore 415a55bc3e Fix bug in fix_property_atom 2018-01-17 10:41:56 -07:00
Steve Plimpton e1e6825eb2
Merge pull request #776 from numericalfreedom/lammps-tools-doxygen
Small character corrections to the file Developer.dox.lammps
2018-01-17 07:34:18 -07:00
Steve Plimpton 88a2f9fcc6
Merge pull request #775 from wmbrownIntel/user-intel-2018u1
USER-INTEL: Adding compiler flag and small fix to tersoff/intel for 2…
2018-01-17 07:34:08 -07:00
Steve Plimpton 480d7dd6ce
Merge pull request #774 from lammps/neigh-tweak
small changes to recent PR to standardize with other npair styles
2018-01-17 07:33:46 -07:00
Dr. Nandor Tamaskovics 9b12984378 Small correction in image caption in Developer.dox.lammps 2018-01-17 14:46:44 +01:00
Dr. Nandor Tamaskovics 8d29f64236 Small character corrections to the file Developer.dox.lammps 2018-01-17 14:05:30 +01:00