Skip to content

QCMaquis-OpenMOLCAS release 2.1

Leon requested to merge qcmaquis-scine-release into master

An update for the QCMaquis-OpenMOLCAS interface.

Most importantly, it changes the distribution mode of QCMaquis. From now on, QCMaquis is downloaded from https://scine.ethz.ch. A helper script takes care of the download so that the only difference for the users is that they no longer must register on gitlab.com/qc-maquis, but should provide the mandatory name/email via CMake flags as follows:

cmake -DDMRG=ON ... -DQCMaquis_NAME="John Doe" -DQCMaquis_EMAIL="j.doe@example.com" -DQCMaquis_UPDATE=ON ...

This allows also automatical GitLab CI testing, among others.

  • Documentation updated or not needed.
  • Test created or not needed.
  • Attribution in source files and CONTRIBUTORS.md updated if necessary.
Edited by Leon

Merge request reports