Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyled by prettier-markdown #104

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://mineralscloud.github.io/qha/)
[![Build Status](https://travis-ci.com/MineralsCloud/qha.svg?branch=master)](https://travis-ci.com/MineralsCloud/qha)

| category | percent | downloads |
|-----------------|----------|-----------|
| with_mirrors | 100.00% | 2,801 |
| without_mirrors | 20.67% | 579 |
| Total | | 2,801 |
| category | percent | downloads |
| --------------- | ------- | --------- |
| with_mirrors | 100.00% | 2,801 |
| without_mirrors | 20.67% | 579 |
| Total | | 2,801 |

Date range: 2023-04-20 - 2023-10-17

Expand Down Expand Up @@ -84,8 +84,6 @@ If you want to plot your results, in the same folder, run
$ qha plot /path/to/settings.yaml
```



## Structure of the `qha` package

The `qha` source code consists of three major parts.
Expand Down Expand Up @@ -134,7 +132,7 @@ This main folder contains three folders, license file, readme file, and setup fi

`qha/v2p.py`: Contain the function `v2p` used to convert calculated properties on $(T, V)$ grid to $(T, P)$ grid;

`qha/input_maker.py`: Generate the input file for `qha` from results obtained from *ab initio* calculation;
`qha/input_maker.py`: Generate the input file for `qha` from results obtained from _ab initio_ calculation;

`qha/out.py`: Functions used to write calculated properties into files.

Expand Down
Loading