We are happy to announce the new MidasCpp 2026.04.0 release. Just follow the instruction in the manual or directly go to our GitLab page to clone the git repository or to download the source code.
Midas 2026.04.0
Changes
- QPE preprocessor is now done before doing VCC, instead of after. This will make it less obscure to use the truncated operator in a VCC calculation.
- Primitive Basis summary is now printed as part of running VSCF, if Basis Io level is high enough (4 or above).
- "Bplines" is now "BSPLINE" and "Gauss" is now "GAUSSIAN", when defining non-autogenerated basis sets.
- Running
midascppwith--use-gdbwill no longer automatically run the program. One will now manually need to use theruncommand. - Updated OLD iterative eigensolver to be more robust when complex eigenvalues are encountered.
Bugfixes
- Fixed an issue where the FreqAna module was not able to use a custom path for the property info file.
You can now provide a an absolute path or a path relative to
<maindir>/setup/.
Source code changes
- Removed
gBasisIoLevel. EachBasDefnow has a localIoLevel.
Let us know if you encounter any problems.