INSTALL.md
MANIFEST.in
Makefile
README.md
pypi_build_script
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
examples/.gitignore
examples/BATCH_EXAMPLES.md
examples/BENCHMARK_OVERVIEW.md
examples/CPU_SCALING_SUMMARY.md
examples/FILES_OVERVIEW.md
examples/PARALLEL_PROCESSING.md
examples/README.md
examples/SPEEDUP_BENCHMARK_SUMMARY.md
examples/basic_usage.py
examples/batch_random_models.py
examples/batch_random_models_parallel.py
examples/benchmark_speedup_cpu.py
examples/benchmark_speedup_final.py
examples/class_api.py
examples/numerical_derivatives.py
examples/parallel_utils.py
examples/plotting_demo.py
src/pytem1d/__init__.py
src/pytem1d/_version.py
src/pytem1d/api.py
src/pytem1d/core.py
src/pytem1d/io.py
src/pytem1d/models.py
src/pytem1d/plotting.py
src/pytem1d/validation.py
src/pytem1d.egg-info/PKG-INFO
src/pytem1d.egg-info/SOURCES.txt
src/pytem1d.egg-info/dependency_links.txt
src/pytem1d.egg-info/requires.txt
src/pytem1d.egg-info/top_level.txt
src/pytem1d/fortran/ARRAYSDIMBL.INC
src/pytem1d/fortran/INSTRUMENTBL.INC
src/pytem1d/fortran/IPBL.INC
src/pytem1d/fortran/MODELBL.INC
src/pytem1d/fortran/POLYGONBL.INC
src/pytem1d/fortran/RESPBL.INC
src/pytem1d/fortran/TEM1D.for
src/pytem1d/fortran/TEM1DFHT.for
src/pytem1d/fortran/TEM1DFUNC.for
src/pytem1d/fortran/TEM1DRESP.for
src/pytem1d/fortran/TEM1DRESPIP.for
src/pytem1d/fortran/TEM1DRESPPOLY.for
src/pytem1d/fortran/TEM1DRESPPOLYIP.for
src/pytem1d/fortran/WAVEBL.INC
src/pytem1d/lib/libtem1d.dll
src/pytem1d/lib/libtem1d.so
src/pytem1d/lib/libwinpthread-1.dll
tests/__init__.py
tests/test_basic.py