
Install psi4, an open source gas-phase quantum chemistry package, using the Cypher website to choose your OS and installation method, then verify with version and test commands.
Use Google Colab notebooks to run Cypher without installing locally. Install Cypher in the first cell and run the second cell with necessary input, rerunning as needed.
Run a CCSD(T) energy calculation for a hydrogen atom using Cypher with a text-based input file, a large org-cc-pvqz basis, and Cartesian coordinates, yielding about -0.5 hartrees.
Import the cipher python interface to run psi4 energy calculations from python scripts, set options and basis (ccsd(T) reference), save the output, and print the energy.
This lecture demonstrates computing the H2 bond energy at the ccsd(t) level, recording energies for H and H2, converting to kJ/mol, and comparing to the experimental value around 436 kJ/mol.
Build a hydrogen molecule potential energy surface by calculating energies at different H–H separations. Identify minimum around 0.7–0.8 angstroms and observe energy trends as atoms move closer or farther apart.
Automated geometry optimizers navigate the potential energy surface by evaluating energies and forces to converge on the minimum energy configuration, considering basins and the influence of initial guesses.
Explore automated geometry optimization on the potential energy surface using psi4 and ccsd(t) to refine the H2 geometry from a guess toward the minimum energy distance of about 0.74 angstroms.
Explain how translational, rotational, and vibrational motions influence enthalpy and heats of formation, and how to compute these thermodynamic values with quantum chemistry tools.
Demonstrate how psi4 frequency calculations incorporate thermodynamic effects—translation, rotation, and vibration—to evaluate the enthalpy of H2 at 298 kelvin and compare with experiment.
Explore the z matrix, an internal-coordinate method that expresses molecular geometry with distances like roh and angles like hoh, using water and hydrogen examples relative to earlier atoms.
The lecture shows building a water molecule input with a z matrix, defining o-h distances and the h-o-h angle around 109.5 degrees, and performing a Hartree-Fock optimization.
Explore building a z-matrix for hypofluorous acid, assigning distinct bond-length and angle variables for O–H and O–F, and analyze how improper constraints affect convergence and energy in Hartree-Fock geometry optimization.
Learn to build a four-atom z-matrix for h o h by defining three bond lengths, two angles, and one dihedral, illustrating 180-degree versus eclipsed conformations.
Constrain a specific degree of freedom in a z matrix during geometry optimization, freezing a bond length in water. Understand symmetry effects and restart strategies when symmetry changes.
Water in minimum energy geometry shows plane symmetry, a mirror plane, and a C2 rotation axis; when bond lengths differ, symmetry becomes CI, necessitating a new geometry optimization.
Learn to run quantum chemistry calculations with reduced symmetry by specifying a point group in the molecule, such as C2, Cs, or C1, to avoid symmetry errors.
Discover why quantum particles are diffuse and how representing their probability distributions on grids across dimensions makes quantum chemistry simulations for molecules and nuclei computationally challenging.
Represent quantum particles as diffuse probability distributions on a grid and show that two-electron correlations require recording every pair of locations, causing exponential memory growth.
Examine how quantum chemistry simulations use the wave function, the Hamiltonian, and the time evolution operator, contrasting quantum math with classical equations.
Explore basis sets in quantum chemistry by examining Slater and Gaussian representations, hydrogen atom wave functions, and how Hartree-Fock and CCSD(T) use optimized zeta values to model electron density.
Represent Slater wave functions with gaussian bases, using combinations of gaussians with varying zeta values and prefactors to approximate Slater functions and build a practical basis set.
Represent higher angular momentum orbitals by multiplying Gaussian basis functions with Cartesian coordinates, turning e^{-a r^2} into p and d like shapes, enabling accurate representation with varied exponents.
Understand basis set terminology, including Dunning correlation-consistent, polarized, augmented diffuse functions, and the progression from double to quintuple zeta for accurate quantum calculations.
Explore the basis set exchange, a comprehensive resource to find atom-specific basis sets, view available basis functions, and download formats for Psi4 and other software.
Explore the hierarchy of quantum chemistry methods from Hartree-Fock to MP2, CCSD, and CCSD(T), noting how more excitations increase accuracy and dynamic correlation while cost rises.
Model each electron in the average field of electrons using a mean-field, smeared distribution, capturing exchange correlation while neglecting dynamic correlation as a starting point for MP2/CCSD(T).
Understand post-hartree-fock methods such as coupled cluster and configuration interaction, using single, double, and triple excitations to improve wave function accuracy and capture electron correlation beyond Hartree-Fock, balancing cost.
Learn how self-consistent field calculations in Hartree-Fock use an initial electron distribution and iteratively update a Fock matrix and a wave function until convergence to compute the system's energy.
Demonstrates how self-consistent field iterations converge from a guess to a final energy and wave function, and highlights how input geometry, charge, multiplicity, and SCF settings affect convergence.
Learn how to use the laws of quantum mechanics to simulate the world at the molecular level. We'll be focusing on gas-phase quantum chemistry using Gaussian based wavefunction theory and density functional theory (DFT) methods. You'll use Psi4, a popular open-source software package regularly used by professional researchers, to run simulations of small chemical systems. Don't worry if you're not a math genius; this course avoids down-in-the-weeds mathematical analysis in favor of conceptual overviews and practical advice. Anyone with basic chemistry familiarity (equivalent to an advanced high school course) will be able to start running interesting calculations on real-world systems by taking this course.
This course has been created by the MolSSI, an internationally renowned organization that advances the state of molecular simulation within the academic and professional community.
Topics covered include:
Installation and usage of Psi4.
The key choices that go into running a quantum simulation, such as method and basis set.
The differences between popular wavefunction methods, such as Hartree-Fock theory and Coupled Cluster theory.
How basis sets work.
Basis set selection.
Calculating energies.
Defining molecular geometries using both Cartesian coordinates and Z-matrices.
Running geometry optimizations.
Dealing with Basis Set Superposition Error.
A basic introduction to multiconfigurational methods.
Calculating thermodynamic quantities, such as heat of formation.
Evaluating excited states.
Basics of Density Functional Theory (DFT)
Types of DFT functionals
Dispersion-Corrected DFT