Skip to content

Releases: openmopac/mopac

MOPAC version 22.1.1

29 Jan 05:42
82a1da4
Compare
Choose a tag to compare

This patch includes several important bug fixes, mainly for periodic calculations. In particular, periodic calculations are no longer sensitive to how tightly atoms are packed within the central cell in the input file, and the pre-compiled distribution of the Windows-only BZ program is operational again.

What's Changed

Full Changelog: v22.1.0...v22.1.1

MOPAC version 22.1.0

26 Sep 02:29
ad2d884
Compare
Choose a tag to compare

The main change in this version is the addition of a new semiempirical model, PM6-ORG, optimized for the simulation of proteins and biomolecules. A notable bug fix and feature addition is that a bug in finite-pressure gradients for non-orthorhombic crystals has been fixed and the stress tensor has been implemented. Standard output has been restored to INDO calculations with the omission of a heat of formation output. Partial charges can be printed in the optional columns (67 - 76) of a PDB file with the keyword PRTCHAR. Simple compressed-archive installers are now being added to each release in addition to the QTIFW installers for users who encounter rare problems with QTIFW.

What's Changed

New Contributors

Full Changelog: v22.0.6...v22.1.0

MOPAC version 22.0.6

18 Dec 06:53
Compare
Choose a tag to compare

This patch is mainly small bug fixes. It also contains an acceleration of the COSMO solver in conventional MOPAC calculations by replacing some hand-written dense linear algebra by a LAPACK call.

What's Changed

New Contributors

Full Changelog: v22.0.5...v22.0.6

MOPAC version 22.0.5

07 Nov 23:05
7e4b992
Compare
Choose a tag to compare

A few minor bug fixes and minor new features, mainly the use of the EXTERNAL keyword without a filename is supported if the parameters are placed directly at the bottom of the input file with BEGIN EXTERNAL/END EXTERNAL delimiters. A new semiempirical model, PM6-ORG, has been added to the source, but it is still in development and not yet ready for use. The minor version will be incremented upon the release of the PM6-ORG model, hopefully before the end of the year.

This patch release is a bit late in that it contains bug fixes that are now several months old. Future patch releases will be more timely upon fixing consequential bugs.

What's Changed

New Contributors

Full Changelog: v22.0.4...v22.0.5

MOPAC version 22.0.4

08 Jul 14:42
Compare
Choose a tag to compare

MOPAC is now available on the conda-forge channel of the conda package manager. This patch release is primarily intended to fix an OpenMP dependency issue that is causing problems for the conda-forge build. The CTest testing system has also been cleaned up for multi-threaded environments by identifying all test dependencies, which was causing problems for MOPAC deployment on the Fedora package manager.

What's Changed

Full Changelog: v22.0.3...v22.0.4

MOPAC version 22.0.3

24 Jun 23:44
Compare
Choose a tag to compare

This patch release is mainly to fix an unfortunate distribution / dependency issue, stemming from how CMake detects OpenMP libraries. This caused yet another missing dependency in the Linux installer and instances on Linux where multiple, disjoint OpenMP libraries were being linked into the MOPAC executable.

What's Changed

New Contributors

Full Changelog: v22.0.2...v22.0.3

MOPAC version 22.0.2

20 Jun 21:10
Compare
Choose a tag to compare

This is a bug-fix patch release that addresses all recently reported bugs except for Issue #40, which is more of a disparity between the MOPAC software and manual rather than a strict bug.

What's Changed

Full Changelog: v22.0.1...v22.0.2

MOPAC version 22.0.1

17 May 19:22
687b80a
Compare
Choose a tag to compare

This patch release adds the post-release Zenodo DOI information to the repo, fixes some minor CMake-related build and install problems, and adds features to the Qt installer. The Qt installer can now add MOPAC to the path during installation on all platforms, create a MOPAC Windows desktop icon for drag-and-drop running of MOPAC input files, and/or register .mop input files to run on double-click in Windows.

MOPAC version 22.0.0

02 May 15:46
Compare
Choose a tag to compare

This is the first modern open-source release of MOPAC, which is a direct continuation of MOPAC's closed-source commercial development ending in MOPAC2016. The source of the two versions has been synchronized for the last year, with the differences either being superficial (reorganization of source into directories & LGPL license tagging) or minor (redefined API to accommodate the switch to a shared library). The open-source version contains a CMake build system with packaging of self-contained, cross-platform installers based on the Qt Installer Framework.