.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
environment.yml
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-package-conda.yml
.github/workflows/python-publish.yml
bridgescaler/__init__.py
bridgescaler/_version.py
bridgescaler/backend.py
bridgescaler/deep.py
bridgescaler/distributed.py
bridgescaler/distributed_tensor.py
bridgescaler/group.py
bridgescaler.egg-info/PKG-INFO
bridgescaler.egg-info/SOURCES.txt
bridgescaler.egg-info/dependency_links.txt
bridgescaler.egg-info/requires.txt
bridgescaler.egg-info/top_level.txt
bridgescaler.egg-info/zip-safe
bridgescaler/tests/backend_test.py
bridgescaler/tests/deep_test.py
bridgescaler/tests/distributed_tensor_test.py
bridgescaler/tests/distributed_test.py
bridgescaler/tests/group_test.py
doc/Makefile
doc/make.bat
doc/source/bridgescaler.rst
doc/source/conf.py
doc/source/dictionary.rst
doc/source/distributed.rst
doc/source/distributed_tensor.rst
doc/source/gettingstarted.rst
doc/source/group.rst
doc/source/index.rst
doc/source/usage.rst
doc/source/_static/bridgescaler_logo.png
doc/source/_static/logo.graffle
notebooks/Bridgscaler_intro.ipynb
scripts/eval_scaler.py
scripts/numpy_mem.py
scripts/scipy_ppf_example.py