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
54
Issues
54
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
49f00f8c
Commit
49f00f8c
authored
Dec 03, 2018
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix last commit
parent
8049a0a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
inpgen/inpgen_help.f90
inpgen/inpgen_help.f90
+1
-0
main/fleur_arguments.F90
main/fleur_arguments.F90
+2
-1
No files found.
inpgen/inpgen_help.f90
View file @
49f00f8c
...
...
@@ -32,6 +32,7 @@ CONTAINS
CALL
print_argument
(
"-explicit"
)
CALL
print_argument
(
"-electronConfig"
)
CALL
print_argument
(
"-fast_defaults"
)
CALL
print_argument
(
"-kpts_gw"
)
CALL
print_argument
(
"-h"
)
WRITE
(
*
,
'(a)'
)
""
WRITE
(
*
,
'(a)'
)
"Please check the documentation on www.flapw.de for more details"
...
...
main/fleur_arguments.F90
View file @
49f00f8c
...
...
@@ -13,7 +13,7 @@ MODULE m_fleur_arguments
CHARACTER
(
len
=
200
)
::
values
END
TYPE
t_fleur_param
INTEGER
,
PARAMETER
::
no_params
=
2
2
INTEGER
,
PARAMETER
::
no_params
=
2
3
TYPE
(
t_fleur_param
)
::
fleur_param
(
no_params
)
=
(/&
!Input options
t_fleur_param
(
0
,
"-toXML"
,
"Convert an old 'inp' file into the new XML format"
,
""
),&
...
...
@@ -60,6 +60,7 @@ MODULE m_fleur_arguments
!Output
t_fleur_param
(
0
,
"-no_out"
,
"Do not open the 'out' file but write to stdout"
,
""
),&
t_fleur_param
(
0
,
"-genEnpara"
,
"Generate an 'enpara' file for the energy parameters"
,
""
),&
t_fleur_param
(
0
,
"-kpts_gw"
,
"add alternative k point set for GW in all outputs for the XML input file"
,
""
),&
t_fleur_param
(
0
,
"-h"
,
"Print this message"
,
""
),&
t_fleur_param
(
0
,
"-no_send"
,
"Do not send usage data"
,
""
)&
!HDF density
...
...
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