diff --git a/examples/QUANTUM/PySCF/pyscf_mdi.py b/examples/QUANTUM/PySCF/pyscf_mdi.py index caa4504e52..f9e4213543 100644 --- a/examples/QUANTUM/PySCF/pyscf_mdi.py +++ b/examples/QUANTUM/PySCF/pyscf_mdi.py @@ -638,6 +638,11 @@ if __name__== "__main__": if not mdi_option: error("PySCF -mdi option not provided") + # disable this mode of MDI coupling for now + # until issue on PySCF side is fixed + + error("PySCF does not currently support running as independent executable") + # call MDI_Init with just -mdi option mdi.MDI_Init(mdi_option)