Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
feynman-integrals-nn
/
box
like
0
Follow
Feynman integral neural networks
3
License:
cc-by-4.0
Dataset card
Data Studio
Files
Files and versions
Community
eidoom
commited on
Oct 5, 2023
Commit
3eb1d10
·
1 Parent(s):
64271fb
add ps cfg
Browse files
Files changed (1)
hide
show
ps.json
+10
-0
ps.json
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
{
2
+
"phase_space": {
3
+
"scale": 10.0,
4
+
"const": 10.0,
5
+
"cut": {
6
+
"physical": 0.1,
7
+
"spurious": 0.1
8
+
}
9
+
}
10
+
}