Quantum Chemistry / Molecules#

We provide the following worked examples in which we go through the entire workflow. The quantum chemistry workflow requires some external quantum chemistry code to generate integrals and a trial wavefunction. For the convenience, we use PySCF since it can be directly invoked within interactive Python notebooks; however, using the information in the tutorials, these same calculations can be performed starting from other quantum chemistry codes so long as they can write a FCIDUMP, and can print wavefunction information. Both of these features are ubiquitous in modern quantum chemistry codes.