Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
53
Issues
53
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
2a6d868b
Commit
2a6d868b
authored
Dec 20, 2019
by
Robin Hilgers
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://iffgit.fz-juelich.de/fleur/fleur
into develop
parents
9adc8e94
4e99a813
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
fleurinput/types_input.f90
fleurinput/types_input.f90
+3
-3
types/types_greensf.f90
types/types_greensf.f90
+1
-1
vgen/mt_tofrom_grid.F90
vgen/mt_tofrom_grid.F90
+2
-2
No files found.
fleurinput/types_input.f90
View file @
2a6d868b
...
...
@@ -27,8 +27,8 @@ MODULE m_types_input
INTEGER
::
coretail_lmax
=
0
INTEGER
::
itmax
=
9
REAL
::
minDistance
=
1.0e-5
REAL
::
minoccDistance
!Distances for the density matrix in DFT+Hubbard 1 case
REAL
::
minmatDistance
REAL
::
minoccDistance
=
1.0e-2
!Distances for the density matrix in DFT+Hubbard 1 case
REAL
::
minmatDistance
=
1.0e-3
INTEGER
::
maxiter
=
99
INTEGER
::
imix
=
7
INTEGER
::
gw
=
0
...
...
@@ -79,7 +79,7 @@ MODULE m_types_input
INTEGER
::
gf_ne
REAL
::
gf_ellow
REAL
::
gf_elup
INTEGER
::
gf_mode
INTEGER
::
gf_mode
=
-1
INTEGER
::
gf_n
REAL
::
gf_alpha
REAL
::
gf_et
...
...
types/types_greensf.f90
View file @
2a6d868b
...
...
@@ -28,7 +28,7 @@ MODULE m_types_greensf
TYPE
t_greensf
!Energy contour parameters
INTEGER
::
mode
!Determines the shape of the contour (more information in kkintgr.f90)
INTEGER
::
mode
=
-1
!Determines the shape of the contour (more information in kkintgr.f90)
INTEGER
::
nz
!number of points in the contour
INTEGER
::
nmatsub
...
...
vgen/mt_tofrom_grid.F90
View file @
2a6d868b
...
...
@@ -218,13 +218,13 @@ CONTAINS
ENDDO
ENDDO
! lh
ENDDO
! js
!Rotation to local if needed (Indicated by rotch)
!Makegradients
IF
(
jspins
>
2
)
CALL
mkgylm
(
2
,
atoms
%
rmsh
(
jr
,
n
),
thet
,
nsp
,
&
ch_tmp
,
chdr
,
chdt
,
chdf
,
chdrr
,
chdtt
,
chdff
,
chdtf
,
chdrt
,
chdrf
,
grad
,
kt
)
IF
(
jspins
.LE.
2
)
CALL
mkgylm
(
jspins
,
atoms
%
rmsh
(
jr
,
n
),
thet
,
nsp
,
&
ch_tmp
,
chdr
,
chdt
,
chdf
,
chdrr
,
chdtt
,
chdff
,
chdtf
,
chdrt
,
chdrf
,
grad
,
kt
)
ENDIF
!Set charge to minimum value
IF
(
PRESENT
(
ch
))
THEN
WHERE
(
ABS
(
ch_tmp
(:
nsp
,:))
<
d_15
)
ch_tmp
(:
nsp
,:)
=
d_15
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment