Skip to content

Commit

Permalink
add a readme to Bravais.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Oct 13, 2021
1 parent 0b9a215 commit 55ccce2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions Bravais/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Bravais.jl

[![Documentation (stable)][docs-stable-img]][docs-stable-url] [![Documentation (dev)][docs-dev-img]][docs-dev-url] [![Build status][ci-status-img]][ci-status-url]

Tools for treating lattice bases, crystal systems, and Bravais types.

---

Bravais.jl is developed as a light-weight shared utility package for [Crystalline.jl](https://github.com/thchr/Crystalline.jl) and [Brillouin.jl](https://github.com/thchr/Brillouin.jl), intended to give access to a set of systematic conventions and tools related to point lattices as they arise in crystallography and space group theory.

See the associated [documentation][docs-dev-url] for a specification of available methods and public API.

## Citation

If you find this package useful in your reseach, consider citing our arXiv paper:

- T. Christensen, H.C. Po, J.D. Joannopoulos, & M. Soljačić, *Location and topology of the fundamental gap in photonic crystals*, [arXiv:2106.10267 (2021)](https://arxiv.org/abs/2106.10267)

[ci-status-img]: https://github.com/thchr/Crystalline.jl/workflows/CI/badge.svg
[ci-status-url]: https://github.com/thchr/Crystalline.jl/actions
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://thchr.github.io/Crystalline.jl/dev/bravais/
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://thchr.github.io/Crystalline.jl/stable/bravais/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Crystalline.jl is a research package in active development: breaking changes are

If you find this package useful in your reseach, please cite our arXiv paper:

- T. Christensen, H.C. Po, J.D. Joannopoulos, M. Soljačić, *Location and topology of the fundamental gap in photonic crystals*, [arXiv:2106.10267 (2021)](https://arxiv.org/abs/2106.10267)
- T. Christensen, H.C. Po, J.D. Joannopoulos, & M. Soljačić, *Location and topology of the fundamental gap in photonic crystals*, [arXiv:2106.10267 (2021)](https://arxiv.org/abs/2106.10267)

In addition, please cite any works explicitly referenced in documentation for individual methods that you use.

Expand Down

0 comments on commit 55ccce2

Please sign in to comment.