Skip to content
Snippets Groups Projects
  1. Aug 21, 2018
  2. Jul 14, 2018
  3. Jun 30, 2018
  4. Jun 26, 2018
  5. Apr 19, 2018
  6. Mar 23, 2018
  7. Mar 08, 2018
  8. Mar 07, 2018
  9. Feb 06, 2018
  10. Dec 02, 2017
  11. Nov 29, 2017
  12. Oct 26, 2017
  13. Oct 12, 2017
  14. Sep 05, 2017
  15. Jul 31, 2017
  16. Apr 12, 2017
  17. Mar 16, 2017
  18. Oct 27, 2016
  19. Oct 18, 2016
  20. Oct 12, 2016
  21. Oct 04, 2016
  22. Sep 23, 2016
  23. Sep 20, 2016
  24. Sep 16, 2016
  25. Sep 14, 2016
    • Richard Berger's avatar
      Make thermo output accessable through PyLammps · 0ec8fa02
      Richard Berger authored
      Thermo data of the last run is now accessable through the `last_run.thermo`
      property. This is a dictionary containing the data columns of thermo output.
      All run data is kept as list and can be found in the `runs` property.
      See issue #144
      0ec8fa02
    • Richard Berger's avatar
      Allow writing input script from Python session · 6e3705f3
      Richard Berger authored
      This implements the requested feature in issue #145. The `write_script`
      method now gives you a way of dumping out all used commands into a
      LAMMPS input script file.
      
      Note: this also dumps all commands which are indirectly issued by PyLammps
      6e3705f3
  26. Sep 01, 2016
  27. Aug 31, 2016
  28. Aug 30, 2016
Loading