Skip to content

Commit

Permalink
list_pseudosets
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Jun 28, 2021
1 parent 0fed708 commit 4617499
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/guide/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ element
Pseudo
set_pseudo!
set_pseudos!
list_pseudosets
```
!!! note
If pseudopotentials from different sets/directories are specified for the atoms, they will be
Expand Down
1 change: 1 addition & 0 deletions src/DFControl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export getdefault_server
export getdefault_jobheader
export getdefault_pseudodir
export getdefault_pseudodirs
export list_pseudosets

const dfprintln = println
const dfprint = print
Expand Down
8 changes: 8 additions & 0 deletions src/defaults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ function getdefault_pseudo(atom::Symbol, set::Symbol; specifier = "")
end
end

"""
list_pseudosets()
Lists the pseudosets that have previously been set up.
"""
function list_pseudosets()
end

"""
setdefault_jobheader(lines)
Expand Down

0 comments on commit 4617499

Please sign in to comment.