This repository contains the necessary code to run LAS-USCCSD (Localized Actice Space Unitary Selected Coupled Cluster with Single and Double excitations) calculations. It includes modified versions of the mrh
and QLAS-UCCSD
libraries tailored for specific computational tasks.
Before running the calculations, ensure you have the correct environment set up. This code is designed to run in a specific computational environment, which can be replicated using the environment.yml
file provided in this repository.
To create an environment with the necessary dependencies, use the following command with Conda:
conda env create -f environment.yml
conda activate <env_name>