LICENSE
README.md
pyproject.toml
src/quantik_core/__init__.py
src/quantik_core/artifact_data.py
src/quantik_core/beam_search.py
src/quantik_core/board.py
src/quantik_core/commons.py
src/quantik_core/contracts.py
src/quantik_core/core.py
src/quantik_core/evaluation.py
src/quantik_core/game_stats.py
src/quantik_core/game_utils.py
src/quantik_core/hybrid.py
src/quantik_core/mcts.py
src/quantik_core/minimax.py
src/quantik_core/ml_data.py
src/quantik_core/move.py
src/quantik_core/opening_book.py
src/quantik_core/opening_book_summary.py
src/quantik_core/py.typed
src/quantik_core/qfen.py
src/quantik_core/state_validator.py
src/quantik_core/symmetry.py
src/quantik_core.egg-info/PKG-INFO
src/quantik_core.egg-info/SOURCES.txt
src/quantik_core.egg-info/dependency_links.txt
src/quantik_core.egg-info/requires.txt
src/quantik_core.egg-info/top_level.txt
src/quantik_core/memory/__init__.py
src/quantik_core/memory/binary_serialization.py
src/quantik_core/memory/bitboard_compact.py
src/quantik_core/memory/compact_state.py
src/quantik_core/memory/compact_tree.py
src/quantik_core/profiling/__init__.py
src/quantik_core/profiling/benchmark_utils.py
src/quantik_core/profiling/memory_tracker.py
src/quantik_core/storage/__init__.py
src/quantik_core/storage/compact_state.py
src/quantik_core/storage/game_tree.py
tests/test_artifact_data.py
tests/test_beam_search.py
tests/test_benchmark_adapters.py
tests/test_benchmark_agreement.py
tests/test_benchmark_bundle.py
tests/test_benchmark_checkpoint.py
tests/test_benchmark_correctness.py
tests/test_benchmark_dataset.py
tests/test_benchmark_h2h.py
tests/test_benchmark_metrics.py
tests/test_benchmark_planner.py
tests/test_benchmark_reference.py
tests/test_benchmark_stability.py
tests/test_bitboard_compact.py
tests/test_board.py
tests/test_compact_state.py
tests/test_compact_tree.py
tests/test_core.py
tests/test_core_cbor.py
tests/test_evaluation.py
tests/test_examples_demos.py
tests/test_fixtures.py
tests/test_game_stats.py
tests/test_game_utils.py
tests/test_hybrid.py
tests/test_import_contracts.py
tests/test_mcts.py
tests/test_memory_profiling.py
tests/test_minimax.py
tests/test_ml_data.py
tests/test_move.py
tests/test_opening_book.py
tests/test_opening_book_filler.py
tests/test_opening_book_summary.py
tests/test_public_api.py
tests/test_qfen.py
tests/test_state_compactbitboard_integration.py
tests/test_state_validator.py
tests/test_storage.py
tests/test_symmetry.py
tests/test_tuning.py