Metadata-Version: 2.4
Name: swit-bayes
Version: 0.0.1
Summary: SWIT: Bayesian full-waveform inversion and uncertainty quantification
Author-email: Haipeng Li <haipeng@stanford.edu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/CHANGEME/SWIT
Project-URL: Source, https://github.com/CHANGEME/SWIT
Keywords: seismology,geophysics,full-waveform inversion,FWI
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: swit-optim>=0.0.1
Dynamic: license-file

# swit-bayes

Bayesian full-waveform inversion and uncertainty quantification, part of
**SWIT** (Seismic Waveform Inversion Toolbox). Installing this also installs
`swit-optim`.

    pip install swit-bayes

```python
import swit.bayes
```

**Status:** placeholder release reserving the name on PyPI. The functional
release is in preparation.
