Skip to content
Snippets Groups Projects
  1. Sep 14, 2016
    • 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
  2. Aug 30, 2016
  3. Aug 24, 2016
    • Richard Berger's avatar
      Implemented optional C++ exceptions in Error class · e5c37bc7
      Richard Berger authored
      These can be activated using the -DLAMMPS_EXCEPTIONS compiler flag.
      It has no effect for regular execution. However, while using
      it as a library, any issued command will capture the exception
      and save its error message. This can be queried using the
      lammps_has_error() and lammps_get_last_error_message() methods.
      
      The Python wrapper checks these in order to rethrow these errors
      as Python exceptions. See issue #146.
      
      (cherry picked from commit 6c154bb0b67a13d38968bc42d31013b97f87db75)
      e5c37bc7
  4. Jul 22, 2016
  5. Jul 15, 2016
  6. May 31, 2016
  7. May 12, 2016
  8. Feb 15, 2016
  9. Dec 09, 2015
  10. Nov 21, 2015
  11. Sep 02, 2015
  12. Jul 02, 2015
  13. Mar 17, 2015
  14. Mar 13, 2015
  15. Jul 07, 2014
  16. Jun 07, 2014
  17. Jan 17, 2014
  18. Jun 10, 2013
  19. Mar 11, 2013
  20. Nov 07, 2012
  21. Oct 25, 2012
  22. Aug 16, 2012
  23. Aug 15, 2012
  24. Aug 14, 2012
Loading