Skip to content

Releases: zadorlab/pynta

Pynta v2.0.0

26 May 23:09
Compare
Choose a tag to compare

v2.0.0 represents a complete rewrite of Pynta. The rewritten Pynta uses ACAT for site detection, FireWorks for job management and implements it's own algorithms for generating initial guess structures for adsorbates, gas phase species and transition states. This Pynta can handle arbitrary reactions, gas phase species and monodentate and bidentate chemisorbed species on metal surfaces.

What's Changed

New Contributors

Full Changelog: v1.1.1...v2.0.0

Release v1.1.1

23 Apr 11:56
Compare
Choose a tag to compare
  • minor bug fixes
  • added utils methods to convert traj files into xyz files
  • fixed formating output of Show().not_finieshed()
  • fixed requirements
  • fixed typos causing minima_vib step to fail

Release v1.1.0

29 Jan 18:13
Compare
Choose a tag to compare
  • added an automated logic to specify which adsorbate atom connects to the surface, rather that specifying it by hand
  • fixed atoms numbering during 02 step input generation that led to specifying wrong atomic indicies for a penalty function calculation for some molecules
  • added a new method Restart().remove_empty_pickle_files() that removes all empty *.pckl files from unfinished calculations
  • added a new method Restart().remove_error_files() that removes all temp files from unfinished calculations
  • added a new method
  • rewritten part where various balsam calculators are imported
  • added Dockerfile
  • new graphics
  • updated docs
  • setup.cfg added and setup.py refactored - getting ready for PyPI released
  • fixed requirements.txt
  • other bug fixes and improvements

Release v1.0.1

22 Jan 03:44
Compare
Choose a tag to compare
  • added a method to remove large temp files from previous run while restarting the workflow
  • fixed bug preventing running 02 step
  • created a CI workflow for testing
  • updates in README.md and docs
  • fixed minor bugs and inconsistencies in the codebase

Initial pynta release

21 Jan 02:46
Compare
Choose a tag to compare

Initial pynta release