Metadata-Version: 2.4
Name: superdex-physics-fp64
Version: 1.0.0
Summary: Double-precision physics extension for SuperDex
Author: SuperDex Team
License-Expression: Apache-2.0
License-File: LICENSE
License-File: thirdparty_licenses/cityhash/LICENSE
License-File: thirdparty_licenses/eigen/COPYING.APACHE
License-File: thirdparty_licenses/eigen/COPYING.BSD
License-File: thirdparty_licenses/eigen/COPYING.MINPACK
License-File: thirdparty_licenses/eigen/COPYING.MPL2
License-File: thirdparty_licenses/eigen/COPYING.README
License-File: thirdparty_licenses/eigen/LICENSE
License-File: thirdparty_licenses/entt/LICENSE
License-File: thirdparty_licenses/happly/LICENSE
License-File: thirdparty_licenses/hdf5/COPYING
License-File: thirdparty_licenses/hdf5/COPYING_LBNL_HDF5
License-File: thirdparty_licenses/marl/LICENSE
License-File: thirdparty_licenses/NOTICE.md
License-File: thirdparty_licenses/picojson/LICENSE
License-File: thirdparty_licenses/pybind11/LICENSE
License-File: thirdparty_licenses/tiny_obj_loader/LICENSE
License-File: thirdparty_licenses/zlib/LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Project-URL: Homepage, https://github.com/facebookresearch/project_superdex
Project-URL: Repository, https://github.com/facebookresearch/project_superdex
Requires-Python: <3.13,>=3.12
Requires-Dist: superdex-physics==1.0.0
Description-Content-Type: text/markdown

# SuperDex Physics FP64

Double-precision extension for
[SuperDex Physics](https://facebookresearch.github.io/project_superdex/physics/).

Payload only: this distribution carries the `float64` build of the native physics extension
and its shared libraries. The `superdex.physics` API lives in `superdex-physics`, which this
distribution depends on.

You do not normally install this by name. Ask for it through the extra:

```bash
pip install 'superdex-physics[double]'
export SUPERDEX_PRECISION=double
```

Precision is process-wide and resolved at import time, so set `SUPERDEX_PRECISION` before
the first `import superdex.physics`.

See the [repository README](https://github.com/facebookresearch/project_superdex#readme)
for the full list of SuperDex distributions.

## License

First-party code in this distribution is Apache-2.0 licensed; see
[LICENSE](https://github.com/facebookresearch/project_superdex/blob/main/LICENSE).
Third-party code and dependencies retain their own terms.
