Skip to content

Commit

Permalink
Merge pull request #45 from certik/fastest
Browse files Browse the repository at this point in the history
Lower SCF iterations and eigensolver accuracy
  • Loading branch information
certik committed Oct 26, 2023
2 parents 39619b3 + 2ff4c74 commit b13d017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/atom_U/uraninum_rlda.f90
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ program uranium_rlda
character, parameter :: l_names(0:3) = (/ "s", "p", "d", "f" /)
real(dp) :: err, E_tot
real(dp), parameter :: E_tot_exact = -28001.1323254868_dp
real(dp), parameter :: reigen_eps = 1e-10_dp
real(dp), parameter :: mixing_eps = 5e-9_dp
real(dp), parameter :: reigen_eps = 1e-7_dp
real(dp), parameter :: mixing_eps = 2e-5_dp
integer, allocatable, dimension(:) :: no, lo, so
real(dp), allocatable, dimension(:) :: fo, ks_energies
real(dp), parameter :: ks_energies_exact(29) = [ &
Expand Down

0 comments on commit b13d017

Please sign in to comment.