Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('validation'): (None, {}), NamedSplit('test'): ('text', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
WannierDatasets
Datasets of input files for Wannier functions.
List of datasets
Si2_valence: Silicon valence band onlySi2: Silicon valence and conduction bandsSi2_3d: Silicon with 3d orbitals included in the projectionCu: copper, metalgraphene: graphene, 2D materialgraphene_soc: graphene, 2D material, with spin orbit coupling (SOC)graphene_xsf: graphene, 2D material, real-space MLWFs in XSF formatMoS2: molybdenum disulfide, 2D materialFe_collinear: iron, collinear magnetic calculationFe_soc: iron, spin-orbit coupling (SOC) calculationCrI3: chromium triiodide, magnetic calculationBN: 3D boron nitride, insulatorSnSe2: tin diselenide, 3D materialCuBr2: copper bromide, 3D materialGaAs: gallium arsenideTiO2: titanium dioxide, for MRWF with cubic-6-neighborsnnkpfile
Why this repo?
Specifically, this repo
- provides input data files for running the examples inside
Wannier.jldocumentation - provides a set of cheap and small datasets for testing
Wannier.jlandWannierIO.jl - allow users to quickly load typical systems when developing algorithms for Wannier functions. Fully focus on Wannier algorithms, without the need of running density functional theory (DFT) calculations
On technical side, we use Julia Artifacts to manage the datasets. This allows us to
- keep the
Wannier.jlandWannierIO.jlrepositories small and clean - safely rewrite the datasets without the risk of rebasing the history of
Wannier.jlandWannierIO.jlrepositories - still providing a convenient way to load the datasets in Julia scripts/REPL.
Structure of the repo
The tarballs are stored in the artifacts branch.
While in the main branch, the structure of the repo is as follows:
datasets/each subfolder contains a dataset as well as input/output files for one materialpseudo/pseudopotentials used when generating the datasetssrc/a fake folder just to makeProject.tomlhappy
Contributing
If you feel your dataset is useful for the community, please feel free to contribute. Please have a look at the contributing guidelines.
- Downloads last month
- 210