Initial commit: giant surrogate model with two-phase roadmap in README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 09:29:19 +02:00
co-authored by Claude Sonnet 4.6
commit 943a044608
16 changed files with 111 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[project]
name = "giant"
version = "0.1.0"
description = "Geant4 step-function surrogate via conditional flow matching"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.3",
"numpy>=1.26",
"pandas>=2.2",
"pyarrow>=16",
]
[project.optional-dependencies]
dev = [
"pytest>=8",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["giant"]