From f1d54e94faf189dc6ddb164812575d7bce8d5b3c Mon Sep 17 00:00:00 2001 From: ajz34 <17110220038@fudan.edu.cn> Date: Tue, 9 Jun 2020 21:09:37 +0800 Subject: [PATCH] pyxdh: UHF-UB3LYP grad --- .idea/workspace.xml | 208 ++++++++++++------ pyxdh/DerivOnce/__init__.py | 12 +- pyxdh/DerivOnce/deriv_once_scf.py | 5 +- pyxdh/DerivOnce/deriv_once_uscf.py | 93 +++++++- pyxdh/DerivOnce/grad_uscf.py | 33 ++- pyxdh/Utilities/deriv_numerical.py | 2 +- pyxdh/Utilities/test_molecules.py | 12 +- .../ncdft_derivonce_uhf_ub3lyp.dat | Bin 0 -> 293 bytes .../ncdft_derivonce_uhf_ub3lyp.py | 54 +++++ 9 files changed, 337 insertions(+), 82 deletions(-) create mode 100644 pyxdh/Validation/numerical_deriv/ncdft_derivonce_uhf_ub3lyp.dat create mode 100644 pyxdh/Validation/numerical_deriv/ncdft_derivonce_uhf_ub3lyp.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 87948b8..b6a47f7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -19,10 +19,15 @@