Skip to main content

Torch-based Inversion & Development Engine for electromagnetic wave propagation

Project description

TIDE

Torch-based Inversion & Development Engine

TIDE is a PyTorch-based library for high-frequency electromagnetic wave propagation and inversion, built on Maxwell's equations. It provides CPU and CUDA implementations for forward modeling, gradient computation, and full-waveform inversion workflows.

License: MIT

Features

  • Maxwell Equation Solvers:
    • 2D TM mode propagation
    • 3D Maxwell propagation
  • Automatic Differentiation: Gradient support through PyTorch's autograd hooks
  • High Performance: Optimized C/CUDA kernels for critical operations
  • Flexible Storage: Device/CPU/disk snapshot modes for gradient computation
  • Staggered Grid: Standard FDTD staggered grid implementation
  • PML Boundaries: Perfectly Matched Layer absorbing boundaries
  • Snapshot Compression: Optional BF16 snapshot compression on the default path

Feature Matrix

Capability Entry Point Status Notes
2D TM forward modeling tide.maxwelltm Stable Primary onboarding path
2D TM inversion / autograd tide.maxwelltm, MaxwellTM Stable Uses PyTorch autograd
3D forward modeling tide.maxwell3d Stable Supports component selection
3D inversion / gradients tide.maxwell3d, Maxwell3D Stable with constraints Check the limitations guide before scaling up
Snapshot storage modes storage_mode=* Stable Device, CPU, disk, none, and auto
Callbacks forward_callback, backward_callback Stable Keep callback work lightweight
Debye dispersion DebyeDispersion Advanced Requires explicit time-step validation

Installation

From PyPI

Ensure you have proper PyTorch installation with CUDA binding for your system.

For CUDA environments, you may need to install a CUDA-enabled PyTorch build first:

uv pip install torch --index-url https://download.pytorch.org/whl/cu128

The cu128 tag is for CUDA 12.8. Replace it based on your CUDA version.

Then install TIDE via uv or pip:

uv pip install tide-GPR

or

pip install tide-GPR

From Source

We recommend using uv for building:

git clone https://github.com/vcholerae1/tide.git
cd tide
uv build

To rebuild only the native backend during development:

bash scripts/build_csrc.sh

Requirements:

  • Python >= 3.12
  • PyTorch >= 2.12
  • CUDA Toolkit (optional, for GPU support)
  • CMake >= 3.28 (optional, for building from source)

Quick Start

import torch
import tide

# Create a simple model
nx, ny = 200, 100
epsilon = torch.ones(ny, nx) * 4.0  # Relative permittivity
sigma = torch.zeros_like(epsilon)    # Conductivity (S/m)
mu = torch.ones_like(epsilon)        # Relative permeability
epsilon[50:, :] = 9.0  # Add a layer

# Set up source
source_amplitude = tide.ricker(
    freq=4e8,           # 400 MHz
    length=1000,
    dt=1e-11,
    peak_time=5e-10
).reshape(1, 1, -1)

source_location = torch.tensor([[[10, 100]]], dtype=torch.long)
receiver_location = torch.tensor([[[10, 150]]], dtype=torch.long)

# Run forward simulation
*_, receiver_data = tide.maxwelltm(
    epsilon=epsilon,
  sigma=sigma,
  mu=mu,
  grid_spacing=0.01,
    dt=1e-11,
  source_amplitude=source_amplitude,
  source_location=source_location,
  receiver_location=receiver_location,
    pml_width=10
)

print(f"Recorded data shape: {receiver_data.shape}")

Core Modules

  • tide.maxwelltm: 2D TM solver
  • tide.maxwell3d: 3D solver
  • tide.wavelets: Source wavelet generation
  • tide.callbacks: Callback state and factories
  • tide.storage: Snapshot storage and compression controls
  • tide.workflow: Shot batching, receiver loss, and optimizer workflow helpers
  • tide.resampling: CFL resampling helpers
  • tide.cfl: CFL condition helper
  • tide.padding: Padding and interior masking helpers
  • tide.validation: Input validation helpers

Precision and Storage

Storage and precision controls:

out = tide.maxwelltm(
    epsilon,
    sigma,
    mu,
    grid_spacing=0.02,
    dt=4e-11,
    source_amplitude=src,
    source_location=src_loc,
    receiver_location=rec_loc,
    storage_mode="auto",
    storage_compression="bf16",
)

Notes:

  • storage_mode accepts device, cpu, disk, none, and auto.
  • storage_compression accepts none or bf16 for float32 snapshot storage on Maxwell and Born native paths that save backward intermediates.

Documentation

Recommended reading path:

  1. docs/getting-started.md for installation and the first 2D forward run
  2. docs/guides/api-orientation.md for choosing between tide.maxwelltm, tide.maxwell3d, MaxwellTM, and Maxwell3D
  3. docs/guides/modeling.md and docs/guides/inversion.md for forward modeling and inversion workflows
  4. docs/guides/configuration.md for storage, callbacks, backend, and CFL-related controls
  5. docs/guides/limitations.md and docs/guides/verification.md before enabling advanced features broadly

Testing

Run the test suite:

pytest tests/

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Acknowledgments

This project includes code derived from Deepwave by Alan Richardson. We gratefully acknowledge the foundational work that made TIDE possible.

Citation

If you use TIDE in your research, please cite:

@software{tide2025,
  author = {Vcholerae1},
  title = {TIDE: Torch-based Inversion \& Development Engine},
  year = {2025},
  url = {https://github.com/vcholerae1/tide}
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tide_gpr-0.0.30.tar.gz (342.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tide_gpr-0.0.30-py3-none-win_amd64.whl (615.3 kB view details)

Uploaded Python 3Windows x86-64

tide_gpr-0.0.30-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded Python 3manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tide_gpr-0.0.30-py3-none-macosx_11_0_arm64.whl (809.3 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file tide_gpr-0.0.30.tar.gz.

File metadata

  • Download URL: tide_gpr-0.0.30.tar.gz
  • Upload date:
  • Size: 342.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tide_gpr-0.0.30.tar.gz
Algorithm Hash digest
SHA256 e7d3cdaeea00ca39b5a007bc45aa5cbd193f8cbd9c413672ca28b90703d3158d
MD5 6e8eba8737039ccd23b1ea4a45bdcc81
BLAKE2b-256 06fe841b15c66676e64061eac7f7cb0d67b53540e4e14a4129ab70ebb5e0f2a3

See more details on using hashes here.

File details

Details for the file tide_gpr-0.0.30-py3-none-win_amd64.whl.

File metadata

  • Download URL: tide_gpr-0.0.30-py3-none-win_amd64.whl
  • Upload date:
  • Size: 615.3 kB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tide_gpr-0.0.30-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 cadf39f9799fc62a22eb9dd60d0c391a54c21e08a194ec8f756b0480fe2122c9
MD5 9036396135d7ff52f05946f008741cc7
BLAKE2b-256 4f631732ce5382d8f42df9cf385b567967825551ed8376a7f008b7e46a23415f

See more details on using hashes here.

File details

Details for the file tide_gpr-0.0.30-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: tide_gpr-0.0.30-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 3, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tide_gpr-0.0.30-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d1a3d6d6188555bd1b181a8b03db226d250616b8e1176ac12ee7db93e4ef4b4
MD5 d23e1c890cb2ed7008f6c7b36915fdb5
BLAKE2b-256 456fdfe8620c7028abe4f78489fb1fd2f7462738d350d4bc6fc274861efea8b7

See more details on using hashes here.

File details

Details for the file tide_gpr-0.0.30-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tide_gpr-0.0.30-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 809.3 kB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tide_gpr-0.0.30-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b5b39efed95dee36901b1052aef0a4d0f42c825dcc74accad08b39b0f52ed77
MD5 f6cfa720468990c8fb5ebd67eb76b4ed
BLAKE2b-256 24b8a6390b75dc66fb934bb01cbbd038583bc90e0aaa4d5d22fc4ff2a47ea77f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page