mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 05:58:23 +01:00
README
This commit is contained in:
parent
daef56c12e
commit
036df2f5a5
13
README.md
13
README.md
@ -47,16 +47,3 @@ method with respect to various variables such as the molecule size or
|
|||||||
its family, the nature of the excited states, the size of the basis
|
its family, the nature of the excited states, the size of the basis
|
||||||
set, etc.
|
set, etc.
|
||||||
|
|
||||||
### The tools
|
|
||||||
|
|
||||||
[tools](tools/) a series of python scripts used to generate data:
|
|
||||||
|
|
||||||
- `datafileBuilder`: A python script to generate data from custom LaTeX input
|
|
||||||
file. See [examples](docs/examples).
|
|
||||||
- `metarecover`: A python script is used to regenerate the metadata from the
|
|
||||||
previous git history state. So you can remove a data file to regenerate it
|
|
||||||
from a LaTeX input file with `datafileBuilder` and recover the metadata
|
|
||||||
from the previous version using `metarecover`.
|
|
||||||
- `ADC25generator`: script used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files.
|
|
||||||
- `generate_data`: script used to wrap all data file into one `database.json` file.
|
|
||||||
|
|
||||||
|
11
tools/README.md
Normal file
11
tools/README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
This directory contains a series of Python scripts used to generate data:
|
||||||
|
|
||||||
|
- `datafileBuilder`: A python script to generate data from custom LaTeX input
|
||||||
|
file. See [examples](docs/examples).
|
||||||
|
- `metarecover`: A python script is used to regenerate the metadata from the
|
||||||
|
previous git history state. So you can remove a data file to regenerate it
|
||||||
|
from a LaTeX input file with `datafileBuilder` and recover the metadata
|
||||||
|
from the previous version using `metarecover`.
|
||||||
|
- `ADC25generator`: script used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files.
|
||||||
|
- `generate_data`: script used to wrap all data file into one `database.json` file.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user