.coveragerc
.editorconfig
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
release_history.md
release_notes.md
sync_style_reqs.sh
./.isort.cfg
./.pre-commit-config.yaml
./.github/workflows/build-test.yaml
./.github/workflows/check-manifest.yaml
./.github/workflows/create-release.yaml
./.github/workflows/pypi-release.yaml
pyVBRc/__init__.py
pyVBRc/logging.py
pyVBRc/pyVBRc.py
pyVBRc/vbrc_structure.py
pyVBRc.egg-info/PKG-INFO
pyVBRc.egg-info/SOURCES.txt
pyVBRc.egg-info/dependency_links.txt
pyVBRc.egg-info/requires.txt
pyVBRc.egg-info/top_level.txt
pyVBRc/materials/__init__.py
pyVBRc/materials/_stiffness.py
pyVBRc/materials/materials.py
pyVBRc/materials/tests/__init__.py
pyVBRc/materials/tests/test_anisotropy.py
pyVBRc/materials/tests/test_isotropic_mixtures.py
pyVBRc/sample_data/VBRc_sample_LUT.mat
pyVBRc/sample_data/VBRc_sample_LUT_R2021a.mat
pyVBRc/sample_data/VBRc_sample_LUT_v1pt0pt0.mat
pyVBRc/sample_data/__init__.py
pyVBRc/sample_data/generate_sample_vbr_struct_file.m
pyVBRc/sample_data/sample_data.py
pyVBRc/tests/__init__.py
pyVBRc/tests/test_pyVBRc.py
pyVBRc/tests/test_sample_data.py