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
b7132ca3
Commit
b7132ca3
authored
Nov 23, 2017
by
P.Buhl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wann_setup interface for wannier2.0 library
parent
50799d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
wannier/wann_postproc_setup.F
wannier/wann_postproc_setup.F
+6
-1
No files found.
wannier/wann_postproc_setup.F
View file @
b7132ca3
...
@@ -65,7 +65,8 @@ c******************************************************
...
@@ -65,7 +65,8 @@ c******************************************************
+
atoms_cart_loc
,
gamma_only_loc
,
spinors_loc
,
nntot_loc
,
+
atoms_cart_loc
,
gamma_only_loc
,
spinors_loc
,
nntot_loc
,
+
nnlist_loc
,
nncell_loc
,
num_bands_loc
,
num_wann_loc
,
+
nnlist_loc
,
nncell_loc
,
num_bands_loc
,
num_wann_loc
,
+
proj_site_loc
,
proj_l_loc
,
proj_m_loc
,
proj_radial_loc
,
+
proj_site_loc
,
proj_l_loc
,
proj_m_loc
,
proj_radial_loc
,
+
proj_z_loc
,
proj_x_loc
,
proj_zona_loc
,
exclude_bands_loc
)
+
proj_z_loc
,
proj_x_loc
,
proj_zona_loc
,
exclude_bands_loc
,
+
proj_s_loc
,
proj_s_qaxis_loc
)
implicit
none
implicit
none
integer
,
parameter
::
dp
=
selected_real_kind
(
15
,
300
)
integer
,
parameter
::
dp
=
selected_real_kind
(
15
,
300
)
...
@@ -107,6 +108,10 @@ c******************************************************
...
@@ -107,6 +108,10 @@ c******************************************************
+
proj_zona_loc
+
proj_zona_loc
integer
,
dimension
(
num_bands_tot
),
intent
(
out
)
::
integer
,
dimension
(
num_bands_tot
),
intent
(
out
)
::
+
exclude_bands_loc
+
exclude_bands_loc
integer
,
dimension
(
num_bands_tot
),
optional
,
intent
(
out
)
::
+
proj_s_loc
real
(
kind
=
dp
),
dimension
(
3
,
num_bands_tot
),
optional
,
+
intent
(
out
)
::
proj_s_qaxis_loc
end
subroutine
wannier_setup
end
subroutine
wannier_setup
end
interface
end
interface
...
...
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