https://github.com/andrewrgarcia/powerxrd
A Python package build to analyze powder XRD (and XRD) data. The only known open-source Github project with a Rietveld refinement method in development.
https://github.com/andrewrgarcia/powerxrd
crystallography hacktoberfest pxrd python rietveld rietveld-refinement xray-diffraction xrd
Last synced: about 1 year ago
JSON representation
A Python package build to analyze powder XRD (and XRD) data. The only known open-source Github project with a Rietveld refinement method in development.
- Host: GitHub
- URL: https://github.com/andrewrgarcia/powerxrd
- Owner: andrewrgarcia
- License: mit
- Created: 2022-05-27T17:31:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T19:00:07.000Z (about 1 year ago)
- Last Synced: 2025-03-26T19:39:54.489Z (about 1 year ago)
- Topics: crystallography, hacktoberfest, pxrd, python, rietveld, rietveld-refinement, xray-diffraction, xrd
- Language: Python
- Homepage: https://powerxrd.readthedocs.io
- Size: 2.58 MB
- Stars: 45
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# powerxrd
[](https://powerxrd.readthedocs.io/en/latest/?badge=latest)
A Python package made to handle powder XRD (and XRD) data.
The only known open-source Github project with a Rietveld refinement method in development.

## Installation
```bash
pip install powerxrd
```
## Just starting? Check out the below options
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
