Source code for pyscf.df.grad.rohf

#!/usr/bin/env python
#

from pyscf.df.grad import uhf
from pyscf.grad import rohf

[docs] class Gradients (uhf.Gradients): make_rdm1e = rohf.make_rdm1e _tag_rdm1 = rohf._tag_rdm1
Grad = Gradients