Graphefficient_neuronet
Graph
efficient_neuronet
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
5abac962ed66 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15352 f3b2605a-c512-4ea7… | Jul 23 2016 | ||||
0659a1fc5a1c | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15351 f3b2605a-c512-4ea7… | Jul 23 2016 | ||||
ff10357ef205 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15350 f3b2605a-c512-4ea7… | Jul 23 2016 | ||||
f9a4b697a49e | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15349 f3b2605a-c512-4ea7… | Jul 22 2016 | ||||
0f71c66b6fe5 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15348 f3b2605a-c512-4ea7… | Jul 22 2016 | ||||
f7c2fdf33543 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15347 f3b2605a-c512-4ea7… | Jul 22 2016 | ||||
137f19ba9fbb | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15346 f3b2605a-c512-4ea7… | Jul 22 2016 | ||||
2a030dea7509 | Axel Kohlmeyer | Merge remote-tracking branch 'lammps-ro/master' into lammps-icms | Jul 22 2016 | ||||
8586d1b92df9 | Axel Kohlmeyer | give access to (current) simulation time minus offset via lammps_extract_global… | Jul 22 2016 | ||||
182425df1593 | Axel Kohlmeyer | add new API to library interface lammps_get_thermo(). include support in python… | Jul 22 2016 | ||||
ae7af38eacfa | Axel Kohlmeyer | give access to nbonds, nangles, ndihedral, nimpropers in Atom via… | Jul 22 2016 | ||||
955c7862472b | Axel Kohlmeyer | correct typo | Jul 22 2016 | ||||
efa508d90521 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15345 f3b2605a-c512-4ea7… | Jul 22 2016 | ||||
3ceaf974f8e7 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15344 f3b2605a-c512-4ea7… | Jul 22 2016 | ||||
667983a09d98 | athomps | Fixed typo | Jul 21 2016 | ||||
17a8bd811d09 | Axel Kohlmeyer | avoid memory leak in case of incorrect input | Jul 21 2016 | ||||
d7fa3ba7185f | Axel Kohlmeyer | correct test for input value | Jul 21 2016 | ||||
4473577ae00c | Axel Kohlmeyer | guarantee initialization of local variables | Jul 21 2016 | ||||
34bb34893c27 | Axel Kohlmeyer | make sure to provide return values in functions requiring it. | Jul 21 2016 | ||||
7437674097c0 | Axel Kohlmeyer | silence compiler warnings for USER-DPD "rx" code | Jul 21 2016 | ||||
ebc59d582d18 | Axel Kohlmeyer | Merge branch 'includegroup_nlocal_bugfix' of https://github. | Jul 20 2016 | ||||
29c56f42254f | Axel Kohlmeyer | address issues/bugs reported by coverity scan | Jul 20 2016 | ||||
2facd47e3706 | Tim Mattox | Fix latent half_bin_newton_ssa() bug: "includegroup && !binatomflag" | Jul 20 2016 | ||||
a569a871c1e0 | Axel Kohlmeyer | shorten >80 char comment lines | Jul 20 2016 | ||||
86d106600e78 | Axel Kohlmeyer | make sure class members used in tests are always initialized | Jul 20 2016 | ||||
70c4fe700473 | Axel Kohlmeyer | big doc whitespace cleanup replace tabs with spaces and remove trailing spaces | Jul 20 2016 | ||||
0365e1eef244 | Axel Kohlmeyer | Merge branch 'lammps-icms' of bitbucket.org:akohlmey/lammps-icms into lammps… | Jul 20 2016 | ||||
2b8a3a076ad9 | Axel Kohlmeyer | some python3 porting of pizza.py code | Jul 20 2016 | ||||
21ea3ccfb76d | Axel Kohlmeyer | start porting some LAMMPS python module examples to python3 with compatibility… | Jul 19 2016 | ||||
ec9c9a235a2b | Axel Kohlmeyer | make python library tests python3 compatible | Jul 19 2016 | ||||
b785f85c75bd | Axel Kohlmeyer | silence unused variable warnings | Jul 19 2016 | ||||
93497b4cd535 | Axel Kohlmeyer | Merge remote-tracking branch 'lammps-ro/master' into lammps-icms | Jul 19 2016 | ||||
fe5554735b3d | Axel Kohlmeyer | make destructor and close() function in PyLammps() class safe against… | Jul 19 2016 | ||||
9a76df95c3da | Axel Kohlmeyer | make IPyLammps() class compatible with lammps() and PyLammps() arguments | Jul 19 2016 | ||||
899c5401ab42 | Axel Kohlmeyer | accept PyLammps() and lammps() objects for ptr argument and initialize as needed | Jul 19 2016 | ||||
0aebb2eabea6 | Axel Kohlmeyer | add type checking to 'ptr' argument for lammps() class constructor. raise… | Jul 19 2016 | ||||
4ac8af8bea5c | Axel Kohlmeyer | support destructor and close(), version(), command() and file() methods from… | Jul 19 2016 | ||||
fcd4d7ceb709 | Axel Kohlmeyer | make PyLammps() constructor take the same arguments as lammps() and forward… | Jul 19 2016 | ||||
052de8440f4a | Axel Kohlmeyer | derive class lammps from object to follow the usual python conventions | Jul 19 2016 | ||||
3bc129644654 | Axel Kohlmeyer | Merge branch 'lammps-icms' of bitbucket.org:akohlmey/lammps-icms into lammps… | Jul 19 2016 | ||||
b83f51fce5ff | Axel Kohlmeyer | allow to specify a custom python interpreter with make PYTHON=<python… | Jul 19 2016 | ||||
b83e4c82ec36 | Axel Kohlmeyer | Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps… | Jul 19 2016 | ||||
763f72fa3937 | Richard Berger | Updated iPython notebooks (Py2 and Py3 compatible) | Jul 19 2016 | ||||
abad5dfe3cbc | Richard Berger | Better Python 2 support and simpler construction | Jul 19 2016 | ||||
64516e43146b | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15342 f3b2605a-c512-4ea7… | Jul 19 2016 | ||||
f33447dad502 | Axel Kohlmeyer | Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps… | Jul 18 2016 | ||||
a394d1b4362e | Richard Berger | Updated README in python folder | Jul 18 2016 | ||||
ffab7ebba579 | Axel Kohlmeyer | fully restore steve's python formatting style | Jul 18 2016 | ||||
1dcf6eb192f2 | Axel Kohlmeyer | Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps… | Jul 18 2016 | ||||
10d27f75e375 | Richard Berger | Merge remote-tracking branch 'upstream/lammps-icms' into… | Jul 18 2016 | ||||
45204726d881 | Richard Berger | Revert to 2 spaces for Steve | Jul 18 2016 | ||||
1e3b96c48650 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15341 f3b2605a-c512-4ea7… | Jul 18 2016 | ||||
6e2a74eaf974 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15340 f3b2605a-c512-4ea7… | Jul 18 2016 | ||||
5519b38bd9ba | Axel Kohlmeyer | Merge remote-tracking branch 'lammps-ro/master' into lammps-icms | Jul 17 2016 | ||||
a360b605f087 | Axel Kohlmeyer | explain workaround for replicate restrictions with fixes | Jul 17 2016 | ||||
0ec028d9f26f | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15339 f3b2605a-c512-4ea7… | Jul 17 2016 | ||||
778ae37e6e53 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15338 f3b2605a-c512-4ea7… | Jul 17 2016 | ||||
1111c8ba93c9 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15337 f3b2605a-c512-4ea7… | Jul 17 2016 | ||||
a6f62209af65 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15336 f3b2605a-c512-4ea7… | Jul 17 2016 | ||||
89b839056c0e | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15335 f3b2605a-c512-4ea7… | Jul 17 2016 | ||||
596d6840a5eb | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15334 f3b2605a-c512-4ea7… | Jul 17 2016 | ||||
a5b6dbea786f | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15333 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
1c084bc4e517 | Axel Kohlmeyer | Merge remote-tracking branch 'lammps-ro/master' into lammps-icms | Jul 16 2016 | ||||
d53616b6c837 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15331 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
4bf96ac144ec | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15330 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
ea3984356441 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15329 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
472fe29a8997 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15328 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
e6dc896b4979 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15327 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
80fce623ec65 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15326 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
a47e457ab0c1 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15325 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
a2782baa64a7 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15324 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
2705ddcaab9c | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15323 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
638b0db5359e | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15322 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
8a4dc62d2c15 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15321 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
c79a24c7ef7a | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15320 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
12f3178e868d | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15319 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
eb78022b5a1a | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15318 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
10bbb289435b | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15317 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
1587bdf2f1b2 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15316 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
05398a68637a | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15315 f3b2605a-c512-4ea7… | Jul 16 2016 | ||||
d32f1ea4c0df | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15314 f3b2605a-c512-4ea7… | Jul 15 2016 | ||||
e85587d25eca | Axel Kohlmeyer | Merge remote-tracking branch 'lammps-ro/master' into lammps-icms | Jul 15 2016 | ||||
6925bfb2d4c9 | Axel Kohlmeyer | Merge branch 'lammps-icms' of bitbucket.org:akohlmey/lammps-icms into lammps… | Jul 15 2016 | ||||
3e5474d91374 | Axel Kohlmeyer | Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps… | Jul 14 2016 | ||||
7bc6d1cfd253 | Richard Berger | Updated ipython examples | Jul 14 2016 | ||||
b232cc29dff7 | Richard Berger | Rename wrappers to PyLammps and IPyLammps | Jul 14 2016 | ||||
ed555b86ddf0 | Richard Berger | Add import for Py2 and Py3 compatibility | Jul 14 2016 | ||||
85599812c491 | Axel Kohlmeyer | Merge branch 'pure_locals_plus_ndxAIR_ssa' of https://github. | Jul 14 2016 | ||||
fbf361e478ce | Tim Mattox | USER-DPD: Process each AIR in the SSA without scanning the NeighList. Sorts… | Jul 14 2016 | ||||
691cb955068b | Tim Mattox | Save build time since only non-pure locals can have ghost neighbors. | Jul 14 2016 | ||||
f17037c61079 | Tim Mattox | USER-DPD: Track pure locals as AIR #0, and non-pure locals as AIR #1 Non-pure… | Jul 14 2016 | ||||
ced05989ca34 | Axel Kohlmeyer | change python module formatting according to python guidelines and fix a couple… | Jul 14 2016 | ||||
b59911779f14 | Axel Kohlmeyer | adapt info output for easier parsing | Jul 14 2016 | ||||
e761d1281157 | Axel Kohlmeyer | Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps… | Jul 14 2016 | ||||
d326e8a767d6 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15313 f3b2605a-c512-4ea7… | Jul 14 2016 | ||||
b399e2e496d4 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15312 f3b2605a-c512-4ea7… | Jul 14 2016 | ||||
7d2809dd09b5 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15311 f3b2605a-c512-4ea7… | Jul 14 2016 | ||||
4e76c2da5338 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15310 f3b2605a-c512-4ea7… | Jul 14 2016 | ||||
2f09c2755ae1 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15309 f3b2605a-c512-4ea7… | Jul 14 2016 | ||||
2f04cd2bc5d6 | Axel Kohlmeyer | add support for gaussian distributed particle insertion | Jul 14 2016 |
c4science · Help