Skip to content

Releases: cyllab/CalcUS

v2.3.0

19 Apr 12:08
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.3.0

  • Added a module to generate structure derivatives
  • Added long calculations in the Cloud version
  • Misc bug fixes

v2.1.1

26 Jan 22:52
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

16 Jan 20:23
Compare
Choose a tag to compare

Summary of the changes

  • TS optimizations with xtb are now performed with pysisyphus by default instead of ORCA
  • The Cloud mode has been greatly improved
  • The online spreadsheet has been updated/fixed
  • Various bug fixes (see the commits for details)

Full Changelog: v2.0.0...v2.1.0

2.0.0

11 Nov 15:14
Compare
Choose a tag to compare

CalcUS version 2.0.0

This is a major release and is incompatible with the database of CalcUS version 1.

Summary of changes

  • Output files are no longer stored on disk in a "results" directory. Instead, they are stored in the database. The scratch directories are still used and will contain the output files until deleted.
  • The different objects use a hash ID instead of the ID directly.
  • Accounts are uniquely identified by emails instead of usernames. The full name can be specified, but is not required.
  • CalcUS can be launched in cloud mode. This mode is suited to hosting on the Google Cloud Platform and using cloud computing resources. The computation time used is "billed" to user accounts. The cloud mode is in a very early stage - use at your own risk.
  • The types of calculations allowed and the maximal number of atoms in the input structures can now be specified, both in the cloud mode and in the default mode.
  • A large number of bugs have been fixed.

Thanks to @div-yam for fixing some bugs and for implementing the foundations of multi-step calculation protocols. This new feature will be enabled when stable.

v1.2.1

10 Jul 18:06
Compare
Choose a tag to compare

What's Changed

  • Added a header to indicate the name of molecule on CalculationOrder Page by @div-yam in #9
  • Projects are now sorted alphabetically on Projects Page by @div-yam in #10
  • fix:shift advance options to launch by @Dhairya3124 in #12
  • Project is now preselected based on previously selected project when running new calculation by @div-yam in #11

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 May 13:09
Compare
Choose a tag to compare

Full Changelog: v1.1.4...v1.2.0

1.1.3

10 Apr 18:47
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

1.1.2

27 Mar 02:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

1.1.1

14 Mar 22:29
Compare
Choose a tag to compare

Mostly bug fixes and stability improvements.

Full Changelog: v1.1.0...v1.1.1

1.1.0

21 Feb 21:00
Compare
Choose a tag to compare
  • Changed the SSH backend to support most cluster configurations
  • Fixed minor bugs