1#! /usr/bin/env python3
2
3from pyscf import scf
4
5# Nexus expands this with Mole info
6$system
7
8mf = scf.RHF(mol)
9mf.kernel()
10