Skip to content

Programmatically access standard pseudopotentials from Julia

License

Notifications You must be signed in to change notification settings

JuliaMolSim/PseudoLibraries.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PseudoLibraries

Stable Dev Build Status Coverage

Package providing programmatic access to standard pseudopotentials in solid-state calculations. In using this library the combination of a string identifier and the element symbol provides a unique and reproducible mapping to a pseudopotential file. Moreover in case the pseudopotential file happens to be missing on the computer Julia's artifact system takes care to automatically download it as needed.

For example, the following code automatically downloads the pseudopotential file of the stringent pseudodojo pseudopotential for LDA pseudopotentials (referred to by the identifier pd_nc_sr_lda_stringent_0.4.1_upf) and places the full path to the downloaded pseudopotential file into the filename variable:

using PseudoLibraries
identifier = "pd_nc_sr_lda_stringent_0.4.1_upf"
library = PseudoLibrary(identifier)
filename = pseudofile(library, :Si)

For a list of available identifiers see

PseudoLibraries.available_identifiers()

More details on the meaning of these keys is given in the README of the PseudoLibrary repository.

Warning: The current identifiers for the pseudopotential families is planned to be overhauled. This will be a breaking change, where the minor version of the package will be bumped.

About

Programmatically access standard pseudopotentials from Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages