Published September 24, 2021
| Version v2
Dataset
Open
Set of N integers between -30 and 30 with sum and cubic sum up to zero for 4<N<13
Description
Anomalies
Solutions obtained with the python package: anomalies based on the method to find anomaly free solutions of the standard model extended with an Abelian Dark Symmetry with N right-handed singlet chiral fields described in arXiv:1905.13729 [PRL]:
Data scheme
- 'l': integer lists → input to obtain the 'solution' by using the anomalies package
- 'k': integer lists → input to obtain the 'solution' by using hte anomalies package
- 'solution': list → of integers,
which satisfy and . - 'n': integer → number of integers in 'solution', N.
USAGE
#Example of JSON file usage in Python with pandas (see also json module)
>>> import pandas as pd
>>> df=pd.read_json('solutions.json.gz')
>>> df[:2]
l k solution gcd n
0 [1, 2] [0, -3] [1, 5, -7, -8, 9] 1 5
1 [-2, -1] [0, -1] [2, 4, -7, -9, 10] 1 5
Data:
2 296 615 solutions with
Files
Files
(49.7 MB)
Name | Size | Download all |
---|---|---|
md5:9ab368e7daf8fc454b84a38269c369bd
|
49.7 MB | Download |
Additional details
References
- arXiv:2108.05907
- arXiv:2102.06211