LICENSE
README.md
pyproject.toml
dolphindes/__init__.py
dolphindes/py.typed
dolphindes/types.py
dolphindes.egg-info/PKG-INFO
dolphindes.egg-info/SOURCES.txt
dolphindes.egg-info/dependency_links.txt
dolphindes.egg-info/requires.txt
dolphindes.egg-info/top_level.txt
dolphindes/cvxopt/__init__.py
dolphindes/cvxopt/_base_qcqp.py
dolphindes/cvxopt/gcd.py
dolphindes/cvxopt/optimization.py
dolphindes/cvxopt/qcqp.py
dolphindes/geometry/__init__.py
dolphindes/geometry/geometry.py
dolphindes/maxwell/__init__.py
dolphindes/maxwell/jax_fdfd.py
dolphindes/maxwell/maxwell_fdfd.py
dolphindes/maxwell/maxwell_polar_fdfd.py
dolphindes/photonics/__init__.py
dolphindes/photonics/_base_photonics.py
dolphindes/photonics/photonics.py
dolphindes/util/__init__.py
dolphindes/util/class_utils.py
dolphindes/util/geometry_utils.py
dolphindes/util/math_utils.py
dolphindes/util/projectors.py
dolphindes/util/validation.py
tests/test_fdfd.py
tests/test_jax_fdfd.py
tests/test_optimization.py
tests/test_photonics.py
tests/test_polar_fdfd.py
tests/test_polar_photonics.py
tests/test_qcqp.py
tests/test_utils.py
tests/test_validation.py