An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# powerxrd
[![Documentation Status](https://readthedocs.org/projects/powerxrd/badge/?version=latest)](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