Skip to content

Releases: patonlab/GoodVibes

Bug Fixes & Updated References

09 Aug 16:12
c736a98
Compare
Choose a tag to compare

Version 3.2 fixes a bug when parsing ORCA Single-point calculations when MiniPrint formatting is used.

References to the "patonlab" GitHub page have been added

Added proper license for symmetry analyzer

30 Mar 22:42
Compare
Choose a tag to compare

This release adds the proper GNU license for the brute force symmetry analyzer code found at this repostory.

Full Changelog: 3.1.0...3.1.1

GoodVibes v3.1.0

15 Mar 19:39
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed issues loading/reading SPC files.
  • Issue with --invertifreq default option fixed.
  • Better duplicate checking.
  • Improved removal of unfinished/failed jobs from further calculation.
  • Fix for changing concentration for temperature intervals (thanks @hmayes).
  • Fix for checking multiplicities >10 (thanks @arosen93).
  • Fixed issue with vibrational scaling factors not being found correctly.
  • Windows 10 support for TravisCI
  • Issue with --media options working incorrectly with -c option fixed.
  • General bug fixes.

What's Changed

  • Fix bug in computing values for solvated molecules over a range of temperatures by @hmayes in #27
  • Fix reading of multiplicities >= 10 by @arosen93 in #30
  • Adding NWChem compatibility by @sibo in #36
  • Documentation & Moment of Inertia Parsing by @luchini18 in #40
  • create entry_point for goodvibes during installation by @fdroessler in #41
  • auto inverts freqs depending on the job type by @Margoju in #42
  • Include G4 calculations by @jvalegre in #49
  • Replace custom output file parsing with cclib by @berquist in #43

New Contributors

Full Changelog: v3.0.0...3.1.0

GoodVibes v3.0.1

23 Jul 16:35
6906718
Compare
Choose a tag to compare

Entropy symmetry correction not included in 3.0.0!

New functionality including :

  • Writes thermochemical data to .CSV
  • Quasi-harmonic enthalpy correction implementation (applies to zeolitic systems, as per Head-Gordon et al.)
  • Checks for similar level of theory, program version, solvation,
    detection of potential duplicates, linear molecules, valid transition states,
    and empirical dispersion for frequency and single-point calculations
  • Correction for entropy based on solvent molecule standard concentration
  • Correction to free energy related to multiple accessible conformers in potential energy surface
  • Graphing of potential energy surface
  • Using temperature intervals with potential energy surface calculations
  • Using temperature intervals with COSMO-RS interval calculations
  • Correction to entropy related to molecular symmetry
  • Selectivity calculations for %ee, er, dr
  • Ability to convert low-lying imaginary frequencies to positive values
  • Method for detecting duplicate structures, exclusion from potential further Boltzmann weighting
  • Updated vibrational scaling-factors based on Truhlar's database
  • More methods working better together
    • Can use --spc with --cosmo
    • Can use --spc with --cosmo_int
    • Can use --ti with --pes
    • Can use --ti with --spc
    • Added more helpful/relevant error messages
  • Minor Pythonic speed enhancements
  • Test cases for implemented methods
  • More comments!

GoodVibes v3.0.0

23 Jul 04:32
6906718
Compare
Choose a tag to compare

New functionality including :
Writes thermochemical data to .CSV
Quasi-harmonic enthalpy correction implementation (applies to zeolitic systems, as per Head-Gordon et al.)
Checks for similar level of theory, program version, solvation,
detection of potential duplicates, linear molecules, valid transition states,
and empirical dispersion for frequency and single-point calculations
Correction for entropy based on solvent molecule standard concentration
Correction to free energy related to multiple accessible conformers in potential energy surface
Graphing of potential energy surface
Using temperature intervals with potential energy surface calculations
Using temperature intervals with COSMO-RS interval calculations
Correction to entropy related to molecular symmetry
Selectivity calculations for %ee, er, dr
Ability to convert low-lying imaginary frequencies to positive values
Method for detecting duplicate structures, exclusion from potential further Boltzmann weighting
Updated vibrational scaling-factors based on Truhlar's database
More methods working better together

  • Can use --spc with --cosmo
  • Can use --spc with --cosmo_int
  • Can use --ti with --pes
  • Can use --ti with --spc
    Added more helpful/relevant error messages
    Minor Pythonic speed enhancements
    Test cases for implemented methods
    More comments!

version 2.0.3

26 Sep 15:18
2d81097
Compare
Choose a tag to compare

Features since last update:

  • Imaginary frequency analysis
  • Boltzmann weighting
  • Selectivity prediction from multiple structures
  • Improved printing including CSV option
  • Total CPU time from all calculations, including single points
  • Single point corrections include Orca output
  • reads COSMO-RS solvation free energies
  • collected xyz output
  • installation via pip install goodvibes
  • installation via conda -c patonlab goodvibes

GoodVibes v2.0.2

15 May 23:02
78a9ac4
Compare
Choose a tag to compare
Update README.md

GoodVibes v2.0.1

04 Sep 20:54
Compare
Choose a tag to compare

2.0.1

2017-09-04

Added

  • Supports external single point energies (Gaussian or Orca)
  • Writes Cartesians to xyz file

GoodVibes v1.0.2

10 Aug 22:41
Compare
Choose a tag to compare

Updates:

  • More pythonic
  • Automatically detects level of theory and applies scaling-factor from Truhlar's database
  • Fixed monoatomic species
  • Supports linked jobs containing single point energies
  • GoodVibes.py -h now prints out all available options
  • Minor fixes to output formatting

GoodVibes v1.0.1

24 Aug 18:53
Compare
Choose a tag to compare
README updated