Skip to content

Commit 278ea05

Browse files
committed
Merge branch 'rdmft' into rdmft_PR
2 parents 7d47d0a + 061a9c3 commit 278ea05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,6 +4005,7 @@ The output files are `OUT.${suffix}/Excitation_Energy.dat` and `OUT.${suffix}/Ex
40054005
## Reduced Density Matrix Functional Theory
40064006

40074007
ab-initio methods and the xc-functional parameters used in RDMFT.
4008+
The physical quantities that RDMFT temporarily expects to output are the kinetic energy, total energy, and 1-RDM of the system in the ground state, etc.
40084009

40094010
### ab_initio_type
40104011

source/module_elecstate/cal_dm.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#ifndef CAL_DM_H
22
#define CAL_DM_H
33

4-
// #include "math_tools.h"
5-
#include "module_elecstate/math_tools.h" // modyfied by JG for testing
4+
#include "math_tools.h"
65
#include "module_base/timer.h"
76
#include "module_base/matrix.h"
87
#include "module_base/complexmatrix.h"

tests/integrate/1001_NO_Si2_dzp_rdmft/INPUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mixing_type broyden
2525
#gamma_only 1
2626
ks_solver genelpa
2727

28-
#Parameters (5.rdmft)
28+
#Parameters (6.rdmft)
2929
ab_initio_type rdmft
3030
dft_functional cwp22
3131
exx_hse_omega 0.33

0 commit comments

Comments
 (0)