Commit Graph

151 Commits

Author SHA1 Message Date
e2ae95ccd9 Merge branch 'master' into lammps-icms 2016-09-28 06:29:41 -04:00
45e50b46c3 sync with GH
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15668 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-09-27 21:37:17 +00:00
f718c54430 sync with GH
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15634 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-09-23 21:04:56 +00:00
6eca661e4a Merge remote-tracking branch 'lammps-ro/master' into lammps-icms 2016-09-17 07:38:15 -04:00
484122b8b6 sync with GH
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15592 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-09-16 19:21:34 +00:00
2144944778 Merge remote-tracking branch 'lammps-ro/master' into lammps-icms 2016-09-01 06:24:58 -04:00
159d722cc2 removing searchindex.js
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15533 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-09-01 01:55:31 +00:00
f94bbc0de0 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15532 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-08-31 22:21:11 +00:00
7abc52d4cf Merge branch 'python_interface_enhancements' of https://github.com/rbberger/lammps into merge-pull-134 2016-08-10 15:50:39 -04:00
57d7a4a6ad Add utility function to IPyLammps for embedding videos 2016-08-10 14:35:48 -04:00
054b1cedb0 Add verbose option in PyLammps methods
This option allows forcing LAMMPS output to be printed to the console.
2016-08-10 14:31:17 -04:00
3eba86e650 builtins module doesn't seem to exist in some older python 2.x installations. try without. 2016-08-09 20:57:28 -04:00
77ce967888 Merge branch 'python_interface_enhancements' of https://github.com/rbberger/lammps into merge-pull-133 2016-08-09 19:36:24 -04:00
0ab96350f0 python2/3 portability changes suggested by futurize -1 2016-08-09 18:36:29 -04:00
ae3f4173c0 apply changes suggested by futurize -1 -2 for improved python 2/3 compatibility 2016-08-09 16:04:17 -04:00
39b643a94b Allow setting the position of atoms 2016-08-09 04:11:42 -04:00
0a75617f4d Return 2D vectors in 2D cases 2016-08-09 04:11:05 -04:00
c17e700e86 Fix resource leak 2016-08-09 04:08:01 -04:00
c76672ab86 remove erroneously added backup files 2016-07-23 06:30:57 -04:00
01881e6fcc Merge remote-tracking branch 'lammps-ro/master' into lammps-icms 2016-07-23 06:28:40 -04:00
7dc6873c51 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15360 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-07-22 22:59:39 +00:00
952a0d1fb7 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15359 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-07-22 22:58:42 +00:00
778f4d338c git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15358 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-07-22 22:57:54 +00:00
182425df15 add new API to library interface lammps_get_thermo(). include support in python wrapper, too. 2016-07-21 19:43:03 -04:00
a569a871c1 shorten >80 char comment lines 2016-07-19 23:06:04 -04:00
2b8a3a076a some python3 porting of pizza.py code 2016-07-19 18:06:37 -04:00
21ea3ccfb7 start porting some LAMMPS python module examples to python3 with compatibility to python2 2016-07-19 16:59:57 -04:00
fe5554735b make destructor and close() function in PyLammps() class safe against constructor problems 2016-07-18 23:16:18 -04:00
9a76df95c3 make IPyLammps() class compatible with lammps() and PyLammps() arguments 2016-07-18 23:15:20 -04:00
899c5401ab accept PyLammps() and lammps() objects for ptr argument and initialize as needed 2016-07-18 23:14:29 -04:00
0aebb2eabe add type checking to 'ptr' argument for lammps() class constructor. raise exception if incompatible 2016-07-18 23:12:59 -04:00
4ac8af8bea support destructor and close(), version(), command() and file() methods from lammps() class in PyLammps() simply by forwarding the arguments to the corresponding function 2016-07-18 21:17:30 -04:00
fcd4d7ceb7 make PyLammps() constructor take the same arguments as lammps() and forward them as needed 2016-07-18 21:15:51 -04:00
052de8440f derive class lammps from object to follow the usual python conventions 2016-07-18 21:13:56 -04:00
b83e4c82ec Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps into merge-pull-116 2016-07-18 18:25:24 -04:00
763f72fa39 Updated iPython notebooks (Py2 and Py3 compatible) 2016-07-18 18:23:45 -04:00
abad5dfe3c Better Python 2 support and simpler construction 2016-07-18 18:21:33 -04:00
f33447dad5 Merge branch 'improved_python_interface' of https://github.com/rbberger/lammps into merge-pull-116 2016-07-18 16:08:10 -04:00
a394d1b436 Updated README in python folder 2016-07-18 16:03:20 -04:00
ffab7ebba5 fully restore steve's python formatting style 2016-07-18 14:32:39 -04:00
45204726d8 Revert to 2 spaces for Steve 2016-07-18 13:55:46 -04:00
80fce623ec git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15326 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-07-15 22:59:07 +00:00
7bc6d1cfd2 Updated ipython examples 2016-07-14 17:50:20 -04:00
b232cc29df Rename wrappers to PyLammps and IPyLammps 2016-07-14 17:49:53 -04:00
ed555b86dd Add import for Py2 and Py3 compatibility 2016-07-14 17:49:21 -04:00
85d7e571e3 Add bonds, angles, dihedrals and impropers information to Python wrapper 2016-07-14 14:57:13 -04:00
ee0a8a9d37 Update iPython interface usage example 2016-06-28 15:29:31 -04:00
dbd3a4d783 Add support for atom style variable values 2016-06-28 15:28:11 -04:00
baa39e88a0 Fix extraction of atom style variable 2016-06-28 15:27:41 -04:00
f876973bcc Merge remote-tracking branch 'upstream/lammps-icms' into improved_python_interface 2016-06-08 14:26:14 -04:00