Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
siesta-project
siesta
Commits
fed98277
Commit
fed98277
authored
Mar 04, 2021
by
Alberto Garcia
Committed by
Alberto
Mar 04, 2021
Browse files
M(4.1): add 'number of orbitals' element to PDOS.xml file
parents
8f755983
bab7a298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Src/pdos.F
Src/pdos.F
+3
-0
No files found.
Src/pdos.F
View file @
fed98277
...
...
@@ -274,6 +274,9 @@ C New writing
call
xml_NewElement
(
xf
,
"nspin"
)
call
xml_AddPCData
(
xf
,
spin
%
EDM
)
call
xml_EndElement
(
xf
,
"nspin"
)
call
xml_NewElement
(
xf
,
"norbitals"
)
call
xml_AddPCData
(
xf
,
no_u
)
call
xml_EndElement
(
xf
,
"norbitals"
)
write
(
iunit2
,
'(a)'
)
'<pdos>'
write
(
iunit2
,
'(a,i1,a)'
)
'<nspin>'
,
spin
%
EDM
,
'</nspin>'
...
...
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