LICENSE
README.md
pyproject.toml
src/koopman_graph/__init__.py
src/koopman_graph/env.py
src/koopman_graph/metrics.py
src/koopman_graph/observables.py
src/koopman_graph/protocols.py
src/koopman_graph/serialization.py
src/koopman_graph/spectrum_types.py
src/koopman_graph/statistics.py
src/koopman_graph.egg-info/PKG-INFO
src/koopman_graph.egg-info/SOURCES.txt
src/koopman_graph.egg-info/dependency_links.txt
src/koopman_graph.egg-info/requires.txt
src/koopman_graph.egg-info/top_level.txt
src/koopman_graph/adaptation/__init__.py
src/koopman_graph/adaptation/impute.py
src/koopman_graph/adaptation/kalman.py
src/koopman_graph/adaptation/observer.py
src/koopman_graph/adaptation/rls.py
src/koopman_graph/analysis/__init__.py
src/koopman_graph/analysis/anomaly.py
src/koopman_graph/analysis/clustering.py
src/koopman_graph/analysis/plotting.py
src/koopman_graph/analysis/residuals.py
src/koopman_graph/analysis/similarity.py
src/koopman_graph/analysis/sindy.py
src/koopman_graph/analysis/spectrum.py
src/koopman_graph/analysis/topology_estimation.py
src/koopman_graph/baselines/__init__.py
src/koopman_graph/baselines/base.py
src/koopman_graph/baselines/dmd.py
src/koopman_graph/baselines/dmdc.py
src/koopman_graph/baselines/edmd.py
src/koopman_graph/baselines/gnn/__init__.py
src/koopman_graph/baselines/gnn/base.py
src/koopman_graph/baselines/gnn/dcrnn.py
src/koopman_graph/baselines/gnn/stgcn.py
src/koopman_graph/baselines/gnn/wavenet.py
src/koopman_graph/data/__init__.py
src/koopman_graph/data/construction.py
src/koopman_graph/data/containers.py
src/koopman_graph/data/delay_windows.py
src/koopman_graph/data/rollout.py
src/koopman_graph/data/sampling.py
src/koopman_graph/data/sequence_types.py
src/koopman_graph/data/splits.py
src/koopman_graph/data/trajectories.py
src/koopman_graph/data/validation.py
src/koopman_graph/datasets/__init__.py
src/koopman_graph/datasets/cache_cli.py
src/koopman_graph/datasets/contact_epidemic.py
src/koopman_graph/datasets/cylinder_wake.py
src/koopman_graph/datasets/download.py
src/koopman_graph/datasets/dynamics.py
src/koopman_graph/datasets/epidemic.py
src/koopman_graph/datasets/grid.py
src/koopman_graph/datasets/ieee118.py
src/koopman_graph/datasets/kuramoto_sivashinsky.py
src/koopman_graph/datasets/lorenz96.py
src/koopman_graph/datasets/metr_la.py
src/koopman_graph/datasets/pems.py
src/koopman_graph/datasets/synthetic.py
src/koopman_graph/datasets/topology.py
src/koopman_graph/graph_utils/__init__.py
src/koopman_graph/graph_utils/propagation.py
src/koopman_graph/graph_utils/symmetry.py
src/koopman_graph/graph_utils/topology.py
src/koopman_graph/hierarchical/__init__.py
src/koopman_graph/hierarchical/model.py
src/koopman_graph/hierarchical/pooling.py
src/koopman_graph/losses/__init__.py
src/koopman_graph/losses/consistency.py
src/koopman_graph/losses/physics.py
src/koopman_graph/losses/reconstruction.py
src/koopman_graph/losses/regularization.py
src/koopman_graph/losses/rollout.py
src/koopman_graph/model/__init__.py
src/koopman_graph/model/encoding.py
src/koopman_graph/model/estimator.py
src/koopman_graph/model/factory.py
src/koopman_graph/model/inference.py
src/koopman_graph/model/online_adaptation.py
src/koopman_graph/model/timing.py
src/koopman_graph/model/validation.py
src/koopman_graph/mpc/__init__.py
src/koopman_graph/mpc/controller.py
src/koopman_graph/mpc/qp.py
src/koopman_graph/nn/__init__.py
src/koopman_graph/nn/adaptive_topology.py
src/koopman_graph/nn/decoder.py
src/koopman_graph/nn/delay.py
src/koopman_graph/nn/encoder.py
src/koopman_graph/nn/gnn.py
src/koopman_graph/nn/hypergraph.py
src/koopman_graph/operators/__init__.py
src/koopman_graph/operators/auxiliary_spectral.py
src/koopman_graph/operators/continuous.py
src/koopman_graph/operators/continuous_graph.py
src/koopman_graph/operators/continuous_parameterizations.py
src/koopman_graph/operators/continuous_propagation.py
src/koopman_graph/operators/continuous_van_loan.py
src/koopman_graph/operators/contract.py
src/koopman_graph/operators/control.py
src/koopman_graph/operators/discrete.py
src/koopman_graph/operators/discrete_parameterizations.py
src/koopman_graph/operators/discrete_propagation.py
src/koopman_graph/operators/global_local.py
src/koopman_graph/operators/graph.py
src/koopman_graph/operators/graph_inverse.py
src/koopman_graph/operators/graph_types.py
src/koopman_graph/operators/hypergraph.py
src/koopman_graph/operators/orbit_ties.py
src/koopman_graph/training/__init__.py
src/koopman_graph/training/device.py
src/koopman_graph/training/epochs.py
src/koopman_graph/training/extra_objectives.py
src/koopman_graph/training/history.py
src/koopman_graph/training/inputs.py
src/koopman_graph/training/loop.py
src/koopman_graph/training/objectives.py
src/koopman_graph/training/pair_objectives.py
src/koopman_graph/training/schedules.py
src/koopman_graph/uq/__init__.py
src/koopman_graph/uq/common.py
src/koopman_graph/uq/conformal.py
src/koopman_graph/uq/ensemble.py
src/koopman_graph/uq/latent_gaussian.py
tests/test_adaptation.py
tests/test_adaptive_topology.py
tests/test_analysis.py
tests/test_baselines.py
tests/test_cache_cli.py
tests/test_conformal.py
tests/test_contact_epidemic.py
tests/test_continuous.py
tests/test_continuous_graph.py
tests/test_control.py
tests/test_coverage_gaps.py
tests/test_cross_topology.py
tests/test_data.py
tests/test_dataset_download.py
tests/test_datasets.py
tests/test_decoder.py
tests/test_delay_embedding.py
tests/test_docs.py
tests/test_dynamics.py
tests/test_encoder.py
tests/test_env.py
tests/test_global_local.py
tests/test_gnn_baselines.py
tests/test_graph_operator.py
tests/test_graph_utils.py
tests/test_hierarchical.py
tests/test_hypergraph.py
tests/test_ieee118.py
tests/test_losses.py
tests/test_metr_la_cache.py
tests/test_metrics.py
tests/test_model.py
tests/test_mpc.py
tests/test_observables.py
tests/test_operator.py
tests/test_package.py
tests/test_pems_cache.py
tests/test_plotting.py
tests/test_protocols.py
tests/test_residuals.py
tests/test_serialization.py
tests/test_sindy.py
tests/test_spectral_clustering.py
tests/test_statistics.py
tests/test_symmetry.py
tests/test_topology_estimation.py
tests/test_training.py
tests/test_uq.py