Skip to content

Releases: TheoChem-VU/TCutility

TCutility v0.14.5

07 Oct 09:41
8ce16a9
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue that was causing crashes when running jobs by @YHordijk in #315

Full Changelog: v0.14.4...v0.14.5

TCutility v0.14.4

17 Sep 10:04
b1fd7d4
Compare
Choose a tag to compare

What's Changed

  • Added option to perform electrostatic potential energy decomposition for ADFFragmentJob by @YHordijk in #310
  • Added an option to not use slurm when starting jobs by @YHordijk in #290

Full Changelog: v0.14.3...v0.14.4

TCutility v0.14.3

02 Sep 08:21
Compare
Choose a tag to compare

What's Changed

  • Fixed a timer runtimewarning that occurs when a function was not called by @YHordijk in #307
  • pathfunc is now importable from tcutility directly by @YHordijk in #309

Full Changelog: v0.14.2...v0.14.3

TCutility v0.14.2

29 Aug 18:53
53df4dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

TCutility v0.14.1

29 Aug 18:47
a3f85d3
Compare
Choose a tag to compare

What's Changed

  • Added missing _char_widths.txt to MANIFEST by @YHordijk in #303

Full Changelog: v0.14.0...v0.14.1

TCutility v0.14.0

23 Aug 21:32
3398526
Compare
Choose a tag to compare

What's Changed

  • Citation page-ranges now use the correct dash by @YHordijk in #260
  • Fixed an issue with wrongly named input file in ORCAJob call when not using temporary directories by @YHordijk in #267
  • Asterisk can now used as radical dots when formatting molecular formulas by @YHordijk in #262
  • Added the reflection operator and RMSD calculations including reflection by @YHordijk in #265
  • Added energy.orbint.correction by @ToriGijzen in #250
  • Added missing characters in report.character by @YHordijk in #282
  • Fixed an issue where the report.character module was not importable by @YHordijk in #285
  • Fixed an issue where reading ORCA calculations would crash the program by @YHordijk in #286
  • Python API for IRC concatenation by @SiebeLeDe in #274
  • Added dummy atom data to tcutility.data.atoms by @YHordijk in #292
  • Made improvements to the tcutility.geometry.Transform classes by @YHordijk in #296
  • Improvements related to DensfJob by @YHordijk in #297

Full Changelog: v0.13.3...v0.14.0

TCutility v0.13.3

04 Jun 13:48
Compare
Choose a tag to compare

TCutility v0.13.2

03 Jun 12:09
3ad08ae
Compare
Choose a tag to compare

This update fixes some longstanding bugs.

What's Changed

  • Added missing references for some D3/D3BJ parametrization by @YHordijk in #249
  • Added a missing settings object for DFTBJob by @YHordijk in #241
  • Added missing citations for ASM by @YHordijk in #248
  • Fixed Orca frequencies not being read correctly with numerical frequencies by @YHordijk in #246
  • Fixed error related to lingering KFFiles when rerunning jobs by @YHordijk in #247
  • Fixed an issue related to failed jobs and KFFile creation by @YHordijk in #253

Full Changelog: v0.13.1...v0.13.2

TCutlity v0.13.1

21 May 13:36
87739e3
Compare
Choose a tag to compare

What's Changed

  • Add geometric parameter function and the new tc geo command by @YHordijk in #236
  • Fixed an issue where dependencies were not being set by @YHordijk in #238

Full Changelog: v0.13.0...v0.13.1

TCutility v0.13.0

09 May 18:59
411856a
Compare
Choose a tag to compare

Major Changes

  • The new citation module. You can now use the tc cite module to generate citation for various concepts, such as functionals, methodolgies or programs. You can also supply any DOI code.
  • We added the XTBJob class that interfaces Grimme's xtb program. This is a tight-binding code that, among other things, supports spin-polarized DFTB calculations.
  • The new cache_file decorator that stores results in a local file.
  • A new timing module that provides an easy way to profile your code.

What's Changed

Full Changelog: v0.12.0...v0.13.0