Releases: patonlab/GoodVibes
Bug Fixes & Updated References
Added proper license for symmetry analyzer
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
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
- @hmayes made their first contribution in #27
- @arosen93 made their first contribution in #30
- @sibo made their first contribution in #36
- @fdroessler made their first contribution in #41
- @Margoju made their first contribution in #42
- @jvalegre made their first contribution in #49
- @berquist made their first contribution in #43
Full Changelog: v3.0.0...3.1.0
GoodVibes v3.0.1
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
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
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
Update README.md
GoodVibes v2.0.1
2.0.1
2017-09-04
Added
- Supports external single point energies (Gaussian or Orca)
- Writes Cartesians to xyz file
GoodVibes v1.0.2
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
README updated