Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: implement adapter for QRules #107

Merged
merged 11 commits into from
Apr 24, 2024
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"**/*.bib",
"**/.cspell.json",
"*.ico",
"*particle*.*ml",
".constraints/*.txt",
".editorconfig",
".gitignore",
Expand Down Expand Up @@ -138,6 +139,7 @@
"Gordan",
"helicities",
"helicity",
"isospin",
"JPAC",
"lambdify",
"lambdifying",
Expand All @@ -152,6 +154,7 @@
"pytest",
"PYTHONHASHSEED",
"QRules",
"sympify",
"SymPy",
"TensorWaves",
"Weisskopf"
Expand Down
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,10 @@
"ruff.enable": true,
"ruff.importStrategy": "fromEnvironment",
"ruff.organizeImports": true,
"telemetry.telemetryLevel": "off"
"telemetry.telemetryLevel": "off",
"yaml.schemas": {
"https://raw.githubusercontent.com/ComPWA/qrules/0.10.x/src/qrules/particle-validation.json": [
"*particle*.y*ml"
]
}
}
Loading
Loading