Skip to content

Commit

Permalink
Fix dashboard (#1980)
Browse files Browse the repository at this point in the history
* Fix conventions

* Fix Threshold
  • Loading branch information
fstein93 committed Mar 7, 2022
1 parent 710c922 commit e47857c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/hfx_admm_utils.F
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ SUBROUTINE create_admm_xc_section(qs_env, xc_section, admm_env)
TYPE(admm_type), POINTER :: admm_env
LOGICAL, PARAMETER :: debug_functional = .FALSE.
REAL(KIND=dp), PARAMETER :: x_factor_c = 0.930525736349100025
REAL(KIND=dp), PARAMETER :: x_factor_c = 0.930525736349100025_dp
CHARACTER(LEN=20) :: name_x_func
INTEGER :: hfx_potential_type, ifun, iounit, nfun
Expand Down
1 change: 0 additions & 1 deletion src/qs_kpp1_env_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ MODULE qs_kpp1_env_methods

LOGICAL, PRIVATE, PARAMETER :: debug_this_module = .TRUE.
CHARACTER(len=*), PARAMETER, PRIVATE :: moduleN = 'qs_kpp1_env_methods'
INTEGER, PRIVATE, SAVE :: last_kpp1_id_nr = 0

PUBLIC :: kpp1_create, &
kpp1_calc_k_p_p1, &
Expand Down
1 change: 0 additions & 1 deletion src/qs_p_env_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ MODULE qs_p_env_methods
IMPLICIT NONE

CHARACTER(len=*), PARAMETER, PRIVATE :: moduleN = 'qs_p_env_methods'
INTEGER, PRIVATE, SAVE :: last_p_env_id = 0
LOGICAL, PRIVATE, PARAMETER :: debug_this_module = .FALSE.

PRIVATE
Expand Down
2 changes: 0 additions & 2 deletions src/xc/xc_derivative_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ MODULE xc_derivative_types

PRIVATE

INTEGER, SAVE :: derivative_id_nr = 1

CHARACTER(len=*), PARAMETER, PRIVATE :: moduleN = 'xc_derivative_types'

PUBLIC :: xc_derivative_type, xc_derivative_p_type
Expand Down
2 changes: 1 addition & 1 deletion tests/QS/regtest-double-hybrid-grad-numer-meta/TEST_FILES
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
H2O_tpss_mp2.inp 11 4e-09 -17.159885409905911
CH_tpss_mp2.inp 11 4e-09 -7.570243568596605
CH_tpss_mp2.inp 11 5e-09 -7.570243568596605
#EOF

0 comments on commit e47857c

Please sign in to comment.