Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mineralscloud/crystallographycore.jl
This package contains some core functionalities of Crystallography.jl
https://github.com/mineralscloud/crystallographycore.jl
condensed-matter-physics crystallography julia julia-package materials-science
Last synced: about 1 month ago
JSON representation
This package contains some core functionalities of Crystallography.jl
- Host: GitHub
- URL: https://github.com/mineralscloud/crystallographycore.jl
- Owner: MineralsCloud
- License: mit
- Created: 2023-08-06T22:28:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T02:26:43.000Z (about 1 year ago)
- Last Synced: 2024-11-11T00:42:00.276Z (about 2 months ago)
- Topics: condensed-matter-physics, crystallography, julia, julia-package, materials-science
- Language: Julia
- Homepage: https://mineralscloud.github.io/CrystallographyCore.jl/
- Size: 994 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CrystallographyCore
| **Documentation** | **Build Status** | **Others** |
| :--------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: |
| [![Stable][docs-stable-img]][docs-stable-url] [![Dev][docs-dev-img]][docs-dev-url] | [![Build Status][gha-img]][gha-url] [![Build Status][appveyor-img]][appveyor-url] [![Build Status][cirrus-img]][cirrus-url] [![pipeline status][gitlab-img]][gitlab-url] [![Coverage][codecov-img]][codecov-url] | [![GitHub license][license-img]][license-url] [![Code Style: Blue][style-img]][style-url] |[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://MineralsCloud.github.io/CrystallographyCore.jl/stable
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://MineralsCloud.github.io/CrystallographyCore.jl/dev
[gha-img]: https://github.com/MineralsCloud/CrystallographyCore.jl/workflows/CI/badge.svg
[gha-url]: https://github.com/MineralsCloud/CrystallographyCore.jl/actions
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/MineralsCloud/CrystallographyCore.jl?svg=true
[appveyor-url]: https://ci.appveyor.com/project/singularitti/CrystallographyCore-jl
[cirrus-img]: https://api.cirrus-ci.com/github/MineralsCloud/CrystallographyCore.jl.svg
[cirrus-url]: https://cirrus-ci.com/github/MineralsCloud/CrystallographyCore.jl
[gitlab-img]: https://gitlab.com/singularitti/CrystallographyCore.jl/badges/main/pipeline.svg
[gitlab-url]: https://gitlab.com/singularitti/CrystallographyCore.jl/-/pipelines
[codecov-img]: https://codecov.io/gh/MineralsCloud/CrystallographyCore.jl/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/MineralsCloud/CrystallographyCore.jl
[license-img]: https://img.shields.io/github/license/MineralsCloud/CrystallographyCore.jl
[license-url]: https://github.com/MineralsCloud/CrystallographyCore.jl/blob/main/LICENSE
[style-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg
[style-url]: https://github.com/invenia/BlueStyleThe code, which is [hosted on GitHub](https://github.com/MineralsCloud/CrystallographyCore.jl), is tested
using various continuous integration services for its validity.This repository is created and maintained by
[@singularitti](https://github.com/singularitti), and contributions are highly welcome.## Package features
## Installation
The package can be installed with the Julia package manager.
From [the Julia REPL](https://docs.julialang.org/en/v1/stdlib/REPL/), type `]` to enter
the [Pkg mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Pkg-mode) and run:```julia-repl
pkg> add CrystallographyCore
```Or, equivalently, via [`Pkg.jl`](https://pkgdocs.julialang.org/v1/):
```julia
julia> import Pkg; Pkg.add("CrystallographyCore")
```## Documentation
- [**STABLE**][docs-stable-url] — **documentation of the most recently tagged version.**
- [**DEV**][docs-dev-url] — _documentation of the in-development version._## Project status
The package is developed for and tested against Julia `v1.6` and above on Linux, macOS, and
Windows.## Questions and contributions
You can post usage questions on
[our discussion page](https://github.com/MineralsCloud/CrystallographyCore.jl/discussions).We welcome contributions, feature requests, and suggestions. If you encounter any problems,
please open an [issue](https://github.com/MineralsCloud/CrystallographyCore.jl/issues).
The [Contributing](@ref) page has
a few guidelines that should be followed when opening pull requests and contributing code.