Skip to content

A Julia package for reading/writing wannier90 file formats

License

Notifications You must be signed in to change notification settings

SzymonBlazucki/WannierIO.jl

 
 

Repository files navigation

WannierIO.jl

Stable Dev CI codecov

A Julia package for reading/writing Wannier90 file formats.

The package is designed to be minimalistic to allow easy reuse in other packages.

Quick examples

using WannierIO

A = read_amn("silicon.amn")
write_amn("silicon_2.amn", A)

chk = read_chk("silicon.chk")
write_chk("silicon_2.chk", chk; binary=true)

Related packages

  • Wannier.jl: Wannierization and Wannier interpolation. The IO part of Wannier.jl was isolated and moved into this package.

About

A Julia package for reading/writing wannier90 file formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%