Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxvm/autobzcore.jl
Wannier interpolation and integration used by AutoBZ.jl
https://github.com/lxvm/autobzcore.jl
Last synced: 2 months ago
JSON representation
Wannier interpolation and integration used by AutoBZ.jl
- Host: GitHub
- URL: https://github.com/lxvm/autobzcore.jl
- Owner: lxvm
- License: mit
- Created: 2023-02-13T05:03:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T01:12:59.000Z (3 months ago)
- Last Synced: 2024-10-13T22:33:08.866Z (3 months ago)
- Language: Julia
- Homepage: https://lxvm.github.io/AutoBZCore.jl/
- Size: 1.1 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# AutoBZCore.jl
| Documentation | Build Status | Coverage | Version |
| :-: | :-: | :-: | :-: |
| [![][docs-stable-img]][docs-stable-url] | [![][action-img]][action-url] | [![][codecov-img]][codecov-url] | [![ver-img]][ver-url] |
| [![][docs-dev-img]][docs-dev-url] | [![][pkgeval-img]][pkgeval-url] | [![][aqua-img]][aqua-url] | [![deps-img]][deps-url] |This package provides a common interface to integration algorithms that are
efficient and high-order accurate for computational tasks including
Brillouin-zone integration and Wannier interpolation. For further information on
integrand interfaces, including optimizations for Wannier interpolation, please see [the
documentation](https://lxvm.github.io/AutoBZCore.jl/stable/).## Research and citation
If you use AutoBZCore.jl in your software or published research works, please
cite one, or, all of the following. Citations help to encourage the development
and maintenance of open-source scientific software.
- This repository: https://github.com/lxvm/AutoBZCore.jl
- Our paper on BZ integration: [Automatic, high-order, and adaptive algorithms
for Brillouin zone integration. Jason Kaye, Sophie Beck, Alex Barnett, Lorenzo
Van Muñoz, Olivier Parcollet. SciPost Phys. 15, 062
(2023)](https://scipost.org/SciPostPhys.15.2.062)## Author and Copyright
AutoBZCore.jl was written by [Lorenzo Van Muñoz](https://web.mit.edu/lxvm/www/),
and is free/open-source software under the MIT license.## Related packages
- [AutoBZ.jl](https://github.com/lxvm/AutoBZ.jl)
- [`wannier-berri`](https://github.com/wannier-berri/wannier-berri)
- [FourierSeriesEvaluators.jl](https://github.com/lxvm/FourierSeriesEvaluators.jl)
- [SymmetryReduceBZ.jl](https://github.com/jerjorg/SymmetryReduceBZ.jl)
- [AtomsBase.jl](https://github.com/qiaojunfeng/WannierIO.jl)
- [HDF5.jl](https://github.com/JuliaIO/HDF5.jl)
- [WannierIO.jl](https://github.com/qiaojunfeng/WannierIO.jl)
- [Integrals.jl](https://github.com/SciML/Integrals.jl)
- [Brillouin.jl](https://github.com/thchr/Brillouin.jl)
- [TightBinding.jl](https://github.com/cometscome/TightBinding.jl)[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://lxvm.github.io/AutoBZCore.jl/stable/[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://lxvm.github.io/AutoBZCore.jl/dev/[action-img]: https://github.com/lxvm/AutoBZCore.jl/actions/workflows/CI.yml/badge.svg?branch=main
[action-url]: https://github.com/lxvm/AutoBZCore.jl/actions/?query=workflow:CI[pkgeval-img]: https://juliahub.com/docs/General/AutoBZCore/stable/pkgeval.svg
[pkgeval-url]: https://juliahub.com/ui/Packages/General/AutoBZCore[codecov-img]: https://codecov.io/github/lxvm/AutoBZCore.jl/branch/main/graph/badge.svg
[codecov-url]: https://app.codecov.io/github/lxvm/AutoBZCore.jl[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl[ver-img]: https://juliahub.com/docs/AutoBZCore/version.svg
[ver-url]: https://juliahub.com/ui/Packages/AutoBZCore/UDEDl[deps-img]: https://juliahub.com/docs/General/AutoBZCore/stable/deps.svg
[deps-url]: https://juliahub.com/ui/Packages/General/AutoBZCore?t=2