CrystallographyRecipes

Documentation for CrystallographyRecipes.

See the Index for the complete list of documented functions and types.

The code is hosted on GitHub, with some continuous integration services to test its validity.

This repository is created and maintained by @singularitti. You are very welcome to contribute.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add CrystallographyRecipes

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("CrystallographyRecipes")   Resolving package versions...
    Updating `~/.julia/packages/CrystallographyRecipes/tcePy/docs/build/developers/Project.toml`
  [6d201c90] + CrystallographyRecipes v0.1.0
    Updating `~/.julia/packages/CrystallographyRecipes/tcePy/docs/build/developers/Manifest.toml`
  [187b0558] + ConstructionBase v1.5.1
  [93b1d1cd] + CrystallographyBase v0.10.0
  [6d201c90] + CrystallographyRecipes v0.1.0
  [4e289a0a] + EnumX v1.0.4
  [d9f16b24] + Functors v0.4.3
  [c116f080] + Mendeleev v0.3.0
  [3cdcf5f2] + RecipesBase v1.3.3
  [90137ffa] + StaticArrays v1.5.16
  [1e83bf80] + StaticArraysCore v1.4.0
  [6ec83bb0] + StructEquality v2.1.0
  [1986cc42] + Unitful v1.12.4
  [a7773ee8] + UnitfulAtomic v1.0.0
  [2f01184e] + SparseArrays
  [10745b16] + Statistics

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is tested against, and being developed for, Julia 1.6 and above on Linux, macOS, and Windows.

Questions and contributions

Usage questions can be posted on our discussion page.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Manual outline

Library outline

    Index