-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from MineralsCloud:template
Update template files
- Loading branch information
Showing
13 changed files
with
992 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,66 @@ | ||
# QuantumESPRESSOExpress | ||
|
||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/QuantumESPRESSOExpress.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/QuantumESPRESSOExpress.jl/dev) | ||
[![Build Status](https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/workflows/CI/badge.svg)](https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/actions) | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/MineralsCloud/QuantumESPRESSOExpress.jl?svg=true)](https://ci.appveyor.com/project/singularitti/QuantumESPRESSOExpress-jl) | ||
[![Build Status](https://api.cirrus-ci.com/github/MineralsCloud/QuantumESPRESSOExpress.jl.svg)](https://cirrus-ci.com/github/MineralsCloud/QuantumESPRESSOExpress.jl) | ||
[![pipeline status](https://gitlab.com/singularitti/QuantumESPRESSOExpress.jl/badges/master/pipeline.svg)](https://gitlab.com/singularitti/QuantumESPRESSOExpress.jl/-/pipelines) | ||
[![Coverage](https://codecov.io/gh/MineralsCloud/QuantumESPRESSOExpress.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MineralsCloud/QuantumESPRESSOExpress.jl) | ||
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/Q/QuantumESPRESSOExpress.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html) | ||
[![GitHub license](https://img.shields.io/github/license/MineralsCloud/QuantumESPRESSOExpress.jl)](https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/blob/master/LICENSE) | ||
| **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/QuantumESPRESSOExpress.jl/stable | ||
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg | ||
[docs-dev-url]: https://MineralsCloud.github.io/QuantumESPRESSOExpress.jl/dev | ||
[gha-img]: https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/workflows/CI/badge.svg | ||
[gha-url]: https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/actions | ||
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/MineralsCloud/QuantumESPRESSOExpress.jl?svg=true | ||
[appveyor-url]: https://ci.appveyor.com/project/singularitti/QuantumESPRESSOExpress-jl | ||
[cirrus-img]: https://api.cirrus-ci.com/github/MineralsCloud/QuantumESPRESSOExpress.jl.svg | ||
[cirrus-url]: https://cirrus-ci.com/github/MineralsCloud/QuantumESPRESSOExpress.jl | ||
[gitlab-img]: https://gitlab.com/singularitti/QuantumESPRESSOExpress.jl/badges/main/pipeline.svg | ||
[gitlab-url]: https://gitlab.com/singularitti/QuantumESPRESSOExpress.jl/-/pipelines | ||
[codecov-img]: https://codecov.io/gh/MineralsCloud/QuantumESPRESSOExpress.jl/branch/main/graph/badge.svg | ||
[codecov-url]: https://codecov.io/gh/MineralsCloud/QuantumESPRESSOExpress.jl | ||
[license-img]: https://img.shields.io/github/license/MineralsCloud/QuantumESPRESSOExpress.jl | ||
[license-url]: https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/blob/main/LICENSE | ||
[style-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg | ||
[style-url]: https://github.com/invenia/BlueStyle | ||
|
||
The code is [hosted on GitHub](https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl), | ||
with some continuous integration services to test its validity. | ||
|
||
This repository is created and maintained by [@singularitti](https://github.com/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 QuantumESPRESSOExpress | ||
``` | ||
|
||
Or, equivalently, via the [`Pkg` API](https://pkgdocs.julialang.org/v1/getting-started/): | ||
|
||
```julia | ||
julia> import Pkg; Pkg.add("QuantumESPRESSOExpress") | ||
``` | ||
|
||
## 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 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][discussions-url]. | ||
|
||
Contributions are very welcome, as are feature requests and suggestions. Please open an | ||
[issue][issues-url] if you encounter any problems. The [contributing](@ref) page has | ||
a few guidelines that should be followed when opening pull requests and contributing code. | ||
|
||
[discussions-url]: https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/discussions | ||
[issues-url]: https://github.com/MineralsCloud/QuantumESPRESSOExpress.jl/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.