Probabilistic Isolation of Inorganic Crystalline Phases
Project description
PICIP
Probabilistic Isolation of Inorganic Crystalline Phases — Bayesian inference for predicting the composition of an unknown phase in a multi-phase XRD sample.
Installation
pip install picip
Quick start
from picip import PICIP, Phase_Field, Sample, make_plotter
pf = Phase_Field()
pf.setup_uncharged(["Fe", "Mn", "Ti"])
sample = Sample("s1", "Fe2Mn4Ti4")
sample.add_knowns(["FeMn", "FeTi"])
sample.add_mass_weights([0.3, 0.7])
sample.set_predicted_error(0.3)
picip = PICIP(pf)
picip.add_sample(sample)
pred = picip.run()
pl = make_plotter(pf)
pl.plot_prediction_results(pred)
pl.show()
Documentation
- Installation Guide — pip install, clone for tutorials, verify setup
- User Manual — full usage guide with worked examples
Paper code
The code used to generate results for the paper is preserved on the PICIP_paper branch.
Citation
Ritchie, D.; Gaultois, M. W.; Gusev, V. V.; Kurlin, V.; Rosseinsky, M. J.; Dyer, M. S. Probabilistic Isolation of Crystalline Inorganic Phases. Journal of Chemical Information and Modeling 2025, 65 (24), 13226–13237. https://doi.org/10.1021/acs.jcim.5c02256
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file picip-0.1.2.tar.gz.
File metadata
- Download URL: picip-0.1.2.tar.gz
- Upload date:
- Size: 76.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ad697d90854b9e23340d6ecca1e155f3e2d329c9c2a06bfc831418a818869e6
|
|
| MD5 |
c3230c91ce544800afa7194a0520b526
|
|
| BLAKE2b-256 |
3a2e937603d76552f24080d4fa3f33155fd082bd0a09f1b54c2eef96083a04ee
|
File details
Details for the file picip-0.1.2-py3-none-any.whl.
File metadata
- Download URL: picip-0.1.2-py3-none-any.whl
- Upload date:
- Size: 70.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e4ec65e4c8875a6b321375ab2b6a1ff32356acb9cf464a1405c5d115d494777
|
|
| MD5 |
e0c2fe230a3b1ee4385b195fcc3ee6c7
|
|
| BLAKE2b-256 |
2bf6ab267abaaa829cde187a12d7fa758a7aaf16a59b0e3a2147db948633349c
|