Skip to content

Commit

Permalink
Merge pull request #52 from MineralsCloud:download_potential
Browse files Browse the repository at this point in the history
Add empty function `download_potential`
  • Loading branch information
singularitti authored Jan 13, 2022
2 parents a61c3a0 + 45f04f0 commit aa20bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Pseudopotentials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PerdewZunger,
CoreState,
NonLinearCoreCorrection,
NLCC
export download_potential

"""
Pseudopotential
Expand Down Expand Up @@ -116,4 +117,6 @@ Base.string(x::SemicoreState) = "Semicore($(x.orbital))"
Base.string(x::CoreState) = "Core($(x.orbital))"
Base.string(x::NonLinearCoreCorrection) = "NLCC"

function download_potential end

end

0 comments on commit aa20bcb

Please sign in to comment.