New release 1.4 of the SSCHA #177
mesonepigreco
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release 1.4
We are thrilled to announce the release of version 1.4 of our code, featuring significant enhancements and exciting improvements:
Key Highlights
Do not worry; the old plain cluster module remains a supported feature, and we care about backward compatibility, so there is no need to change your input scripts or install AiiDA to submit on a cluster!
How to update
If you installed from conda or PyPi, just run:
And all the libraries will be updated to the latest version.
Note that tdscha, cellconstructor, and python-sscha all require to match the minor version (i.e. must be all from 1.4.* branch) as they are developed together, and some API changes that one package may need to improve the efficiency of the code is implemented simultaneously in other packages.
Detailed changes
In addition to these significant advances, we have diligently addressed various minor issues and bugs. A more complete list follows.
Julia is not a mandatory requirement to run the new version of the SSCHA. However, while the code offers a fallback mode if Julia is unavailable, we strongly recommend having Julia installed, as failure to do so may result in a significant slowdown, reducing performance gains achieved through this release (without julia the code utilizes the same implementation as in version 1.3).
For updated installation instructions and to experience the full benefits of release 1.4, visit http://sscha.eu/download/
We're excited about this release and the opportunities it offers. Your feedback is invaluable to us, and we look forward to your continued support and engagement with our code.
Thank you for being a part of this journey.
Best regards,
Lorenzo Monacelli, on behalf of the developers
What's Changed
Examples
: add a sscha-aiida example by @bastonero inExamples
: add a sscha-aiida example #148New Contributors
Full Changelog: v1.2...v1.4
This discussion was created from the release v1.4.
Beta Was this translation helpful? Give feedback.
All reactions