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
51
Issues
51
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
a4b6929e
Commit
a4b6929e
authored
Mar 26, 2020
by
Matthias Redies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
introduce fleur inputtype to coulomb matirx
parent
f4e3d509
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
254 additions
and
258 deletions
+254
-258
hybrid/calc_hybrid.F90
hybrid/calc_hybrid.F90
+1
-1
hybrid/coulombmatrix.f90
hybrid/coulombmatrix.f90
+252
-256
rdmft/rdmft.F90
rdmft/rdmft.F90
+1
-1
No files found.
hybrid/calc_hybrid.F90
View file @
a4b6929e
...
...
@@ -104,7 +104,7 @@ CONTAINS
if
(
mpi
%
irank
==
0
)
then
CALL
open_hybinp_io2
(
mpdata
,
fi
%
hybinp
,
hybdat
,
fi
%
input
,
fi
%
atoms
,
fi
%
sym
%
invs
)
CALL
coulombmatrix
(
mpi
,
fi
%
atoms
,
fi
%
kpts
,
fi
%
cell
,
fi
%
sym
,
mpdata
,
fi
%
hybinp
,
hybdat
,
xcpot
)
CALL
coulombmatrix
(
mpi
,
fi
,
mpdata
,
hybdat
,
xcpot
)
call
close_hybinp_io2
()
endif
...
...
hybrid/coulombmatrix.f90
View file @
a4b6929e
This diff is collapsed.
Click to expand it.
rdmft/rdmft.F90
View file @
a4b6929e
...
...
@@ -380,7 +380,7 @@ SUBROUTINE rdmft(eig_id,mpi,fi,enpara,stars,&
CALL
open_hybinp_io2
(
mpdata
,
fi
%
hybinp
,
hybdat
,
fi
%
input
,
fi
%
atoms
,
fi
%
sym
%
invs
)
CALL
coulombmatrix
(
mpi
,
fi
%
atoms
,
fi
%
kpts
,
fi
%
cell
,
fi
%
sym
,
mpdata
,
fi
%
hybinp
,
hybdat
,
xcpot
)
CALL
coulombmatrix
(
mpi
,
fi
,
mpdata
,
hybdat
,
xcpot
)
CALL
hf_init
(
eig_id
,
mpdata
,
fi
,
hybdat
)
...
...
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