History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a18b4ef4b0cf | Axel Kohlmeyer | update AGNI potential for Al, reference runs and output and citation | Feb 24 2017 | |||
1cd4c48cccdb | Steve Plimpton | new SNAP potential for W | Feb 21 2017 | |||
0068ef56168f | Steve Plimpton | added molecule option to compute group/group command | Feb 10 2017 | |||
c52a26382f89 | sjplimp/GitHub | Merge pull request #339 from akohlmey/fixes-for-srp-example | Jan 17 2017 | |||
83408b195fcb | sjplimp/GitHub | Merge pull request #342 from epfl-cosmo/ipi-multiinit-bug | Jan 17 2017 | |||
0a2b78acb877 | Axel Kohlmeyer | rather than adjusting the communication cutoff, we just print out the minimum… | Jan 16 2017 | |||
f3a82f454eea | Michele Ceriotti | Included a flag to prevent multiple open_socket calls if run is included… | Jan 16 2017 | |||
5821fe8dd563 | Axel Kohlmeyer | correct out-of-bounds accesses | Jan 14 2017 | |||
e8e03dd44092 | Axel Kohlmeyer | Updated the reference for the flow/gauss method, the new reference is much more… | Jan 13 2017 | |||
94c4f8fe5f13 | Axel Kohlmeyer | add authorship attribution | Dec 28 2016 | |||
aa146e9b383c | Efrem Braun | Moved fix_nvk to USER-MISC, updated documentation to reflect move | Dec 28 2016 | |||
789e62388f44 | Axel Kohlmeyer | simplify code | Nov 29 2016 | |||
7d098bff90d4 | Jakub Krajniak/Axel Kohlmeyer | update format | Nov 29 2016 | |||
1d970d3cdf50 | Jakub Krajniak/Axel Kohlmeyer | dihedral_nharmonic: added writing coefficient by write_data | Nov 29 2016 | |||
5ff5bc2a6ce2 | Axel Kohlmeyer | avoid issues detected by coverity scan | Nov 29 2016 | |||
df46b9aa38fc | Axel Kohlmeyer | rename compute pressure/grem to compute PRESSURE/GREM | Nov 22 2016 | |||
41907d3110de | sjplimp/GitHub | Merge pull request #285 from akohlmey/fix-ipi-update | Nov 22 2016 | |||
b95f255af4d4 | Steve Plimpton | small changes to temper/grem commands | Nov 22 2016 | |||
d7b542101ae8 | sjplimp/GitHub | Merge pull request #283 from akohlmey/grem-feature | Nov 22 2016 | |||
0ffa50f8e87a | Steve Plimpton | tweaked author syntax | Nov 22 2016 | |||
78932159642f | Axel Kohlmeyer | small comment/whitespace tweak | Nov 21 2016 | |||
dab232c542c1 | dstelter92 | modified temper_grem name to fit conventions, re-ran example to match | Nov 21 2016 | |||
87a5a35bad56 | Michele Ceriotti | A tiny bugfix for the reset flag, and a brief explanation of the changes | Nov 20 2016 | |||
176cde8ed32b | Axel Kohlmeyer | minor cleanups | Nov 18 2016 | |||
2862c2081501 | Axel Kohlmeyer | Merge branch 'master' into grem-feature | Nov 18 2016 | |||
c78914e7b334 | Axel Kohlmeyer | update for fix ipi from michele ceriotti | Nov 18 2016 | |||
25d7be5f3dd5 | Steve Plimpton | compute pressure doc change | Nov 18 2016 | |||
74c0e4dd5c10 | sjplimp/GitHub | Merge pull request #278 from akohlmey/pair-agni | Nov 17 2016 | |||
19ac9d295995 | dstelter92 | turned off dev mode by default in temper_grem | Nov 17 2016 | |||
07e46b797a29 | dstelter92 | added internal tempering in grem with example | Nov 17 2016 | |||
82364d10e335 | Axel Kohlmeyer | Merge branch 'grem-feature' of https://github.com/dstelter92/lammps into grem… | Nov 16 2016 | |||
683f514fac6a | Axel Kohlmeyer | simplify multi-replica run by passing per-replica parameters as variables on… | Nov 16 2016 | |||
f6179939444f | Axel Kohlmeyer | need to apply fix_modify already in fix grem constructor | Nov 16 2016 | |||
705f66aaee7a | Axel Kohlmeyer | remove superfluous code | Nov 16 2016 | |||
e57ae1ce3f7e | Axel Kohlmeyer | compute scaled kinetic energy tensor without destroying the original data | Nov 16 2016 | |||
950442b8b151 | dstelter92 | added check for nvt vs npt, enabled nvt simulation with fix_grem | Nov 16 2016 | |||
0c25f3b1d6d9 | Axel Kohlmeyer | whitespace cleanup | Nov 14 2016 | |||
14c7cf419733 | Axel Kohlmeyer | retrieve target temperature and pressure from fix npt. add sanity checks. | Nov 14 2016 | |||
09544d0698a9 | Axel Kohlmeyer | bugfix for compute pressure/grem: must make a copy of argument strings | Nov 14 2016 | |||
20daf82463fd | Axel Kohlmeyer | initial import of adapted gREM code by David Stelter and Edyta Malolepsza | Nov 14 2016 | |||
03b3834fe3b2 | Axel Kohlmeyer | add documentation for pair style agni | Nov 12 2016 | |||
d0124eac95e1 | Axel Kohlmeyer | optimized data access and using approximate exponential for USER-OMP version | Nov 12 2016 | |||
22fc92f9d87d | Axel Kohlmeyer | use special ev_tally() function suitable for this kind of force compute | Nov 12 2016 | |||
9cc0c8badd0a | Axel Kohlmeyer | error exit when requested element is not in potential file | Nov 12 2016 | |||
9b0987d8c4a7 | Axel Kohlmeyer | first complete implementation of AGNI pair style | Nov 11 2016 | |||
e453adaf8118 | Axel Kohlmeyer | implemented parser for 1 element potential files | Nov 11 2016 | |||
fdcabd7d1dce | Axel Kohlmeyer | fix addtorque is compatible with dynamic groups | Nov 11 2016 | |||
801111a7abfa | Axel Kohlmeyer | dummy framework implementation for AGNI pair style | Nov 10 2016 | |||
32e0a5834319 | sjplimp/GitHub | Merge pull request #247 from akohlmey/bounds-error-with-code-line | Nov 4 2016 | |||
f9a9e27f5a9a | Axel Kohlmeyer | add error location propagation to atom->set_mass() and atom->check_mass() | Oct 26 2016 | |||
35753b8f089e | Axel Kohlmeyer | add error location propagation to force->bounds() and force->boundsbig() | Oct 26 2016 | |||
7f3f5e8c380b | ketankhare/GitHub | Clean whitespace | Oct 25 2016 | |||
f350500e69cf | ketankhare/GitHub | Enable write_data | Oct 25 2016 | |||
d7c77a419d1f | ketankhare/GitHub | Enable write_data for dihedral_fourier | Oct 25 2016 | |||
7b7cb297e6be | Axel Kohlmeyer | add mixing for pair styles gauss and gauss/cut contributed by andrew jewett. | Oct 19 2016 | |||
144e6a809157 | Axel Kohlmeyer | whitespace cleanup | Oct 10 2016 | |||
e96ebb29bc59 | Steven Strong/Axel Kohlmeyer | adjusted default respa level to be outermost | Oct 10 2016 | |||
3ce178d43f9d | Steven Strong/Axel Kohlmeyer | now understand how respa works in lammps | Oct 10 2016 | |||
23781d6ec9a6 | Steven Strong/Axel Kohlmeyer | added respa to fix_flow_gauss, not fully understood yet | Oct 10 2016 | |||
86d17a578411 | sjplimp/GitHub | Merge pull request #42 from akohlmey/redo-fix-ti-spring-fixes | Sep 23 2016 | |||
b27179bbef55 | Axel Kohlmeyer | restore bugfixes and updates that were lost. flag time dependet. correct use of… | Sep 21 2016 | |||
3a73a1476e2b | Axel Kohlmeyer | disable use of fix adapt with EAM for GPU+KOKKOS and CDEAM | Sep 20 2016 | |||
b9b044e180df | Steve Plimpton | new fix ti/spring command, remove fix ti/rs | Sep 20 2016 | |||
e9e9790d6e4a | Axel Kohlmeyer | corrections for pair style lj/sf/dipole/sf and its /omp variant | Sep 15 2016 | |||
37833b537b9b | Axel Kohlmeyer | restore c++ marker in header comment | Sep 9 2016 | |||
8b1ef1c686cb | Axel Kohlmeyer | import updated pair lj/sf/dipole/sf files from sam genheden | Sep 9 2016 | |||
9b2d5ff3e72d | Axel Kohlmeyer | remove executable permissions on non-executables and non-scripts | Sep 8 2016 | |||
c33e1049d8dd | Axel Kohlmeyer | delete duplicate fclose() in fix ttm/mod constructor | Sep 8 2016 | |||
4e03df2d197b | Axel Kohlmeyer | Merge branch 'integration' into fix-flow-gauss | Aug 28 2016 | |||
e1045851c035 | Axel Kohlmeyer | incorporate bugfix and cleanup from lammps-icms and upstream | Aug 28 2016 | |||
3a1397dc7c36 | Steve Plimpton | sync with SVN | Aug 28 2016 | |||
6a4633af0a1e | sjplimp/GitHub | Merge pull request #12 from akohlmey/shell-script-paranoia | Aug 28 2016 | |||
c80dad002883 | Steve Plimpton | new fix flow/gauss command | Aug 28 2016 | |||
c570bf26e0d8 | Axel Kohlmeyer | enforce C or POSIX locale in all shell scripts and turn of enforced global grep… | Aug 27 2016 | |||
ddd85f006cc8 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15369 f3b2605a-c512-4ea7… | Jul 27 2016 | |||
eb78022b5a1a | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15318 f3b2605a-c512-4ea7… | Jul 16 2016 | |||
d55f968432a4 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15203 f3b2605a-c512-4ea7… | Jun 18 2016 | |||
876b033ea862 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15083 f3b2605a-c512-4ea7… | May 31 2016 | |||
0a01592d0aa3 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15070 f3b2605a-c512-4ea7… | May 31 2016 | |||
997099253b5a | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14911 f3b2605a-c512-4ea7… | Apr 30 2016 | |||
6bc6d4511603 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14901 f3b2605a-c512-4ea7… | Apr 28 2016 | |||
0d4d950ce0c2 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14898 f3b2605a-c512-4ea7… | Apr 28 2016 | |||
45d25c6154f6 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14705 f3b2605a-c512-4ea7… | Mar 1 2016 | |||
a3b0234a6a1b | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14704 f3b2605a-c512-4ea7… | Mar 1 2016 | |||
49051197a92e | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14494 f3b2605a-c512-4ea7… | Jan 26 2016 | |||
f6f88c2f2804 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14455 f3b2605a-c512-4ea7… | Jan 15 2016 | |||
f7e17e97e8f3 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14379 f3b2605a-c512-4ea7… | Dec 17 2015 | |||
93919c35bf48 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14338 f3b2605a-c512-4ea7… | Dec 9 2015 | |||
21260340e42b | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14317 f3b2605a-c512-4ea7… | Dec 9 2015 | |||
a473a42a9c3c | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14308 f3b2605a-c512-4ea7… | Dec 9 2015 | |||
32acf721464b | athomps | Simplified non-overlap condition | Dec 5 2015 | |||
b10ae0abaf08 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14270 f3b2605a-c512-4ea7… | Nov 21 2015 | |||
b741a7771217 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14243 f3b2605a-c512-4ea7… | Nov 7 2015 | |||
354e20f43157 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7… | Oct 30 2015 | |||
cee848f94865 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14164 f3b2605a-c512-4ea7… | Oct 23 2015 | |||
8a10c55a3b2c | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14139 f3b2605a-c512-4ea7… | Oct 21 2015 | |||
abe4c06219b8 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14138 f3b2605a-c512-4ea7… | Oct 21 2015 | |||
b036260091bd | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14135 f3b2605a-c512-4ea7… | Oct 21 2015 | |||
d145ae099ed8 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14134 f3b2605a-c512-4ea7… | Oct 21 2015 | |||
9a878cdd6718 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14128 f3b2605a-c512-4ea7… | Oct 21 2015 |
c4science · Help