EXAFS fitting using Neural Network
Please install PyTorch before installing crowpeas in order to use the GPU/TPU acceleration properly. Follow the instruction in the following link to install PyTorch.
Typical installation will be following:
`bash
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
`
Then, install crowpeas using pip:
`bash
pip install git+https://github.com/Ameyanagi/crowpeas
`
You first need to prepare the setting file. The setting file can either be a toml or a json file. See Pd example.
run program with the following command:
`bash
crowpeas -d -t -v -e <config.toml>
`