Skip to content

Commit

Permalink
Update par_ckm (#58)
Browse files Browse the repository at this point in the history
* update par_ckm

* fix yaml style
  • Loading branch information
alekssmolkovic committed Apr 21, 2023
1 parent b2858e8 commit 86f241e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions smelli/data/yaml/par_ckm_CKMSchemeRmuBtaunuBxlnuDeltaM.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- parameters: [Vus, Vcb, Vub, delta]
values:
central_value: [0.22530427106863943, 0.04206207944693913, 0.004149936914299014,
1.1402040261936184]
central_value: [0.2253042710686393, 0.04206207944693913, 0.004149936914299015,
1.088650199249798]
correlation:
- [1.0, -0.0012410052664526404, -0.0011365905889711484, -0.0979499641673086]
- [-0.0012410052664526402, 0.9999999999999998, -0.0008243965917461114, 0.015035839796363701]
- [-0.0011365905889711486, -0.0008243965917461113, 1.0, -0.18490218843493697]
- [-0.09794996416730863, 0.015035839796363698, -0.18490218843493694, 1.0]
- [1.0000000000000002, 0.0034917092814776784, -0.0001665603420328806, -0.2206114390356541]
- [0.003491709281477679, 1.0, 0.0005663163224281673, 0.06117846898328256]
- [-0.00016656034203288062, 0.0005663163224281671, 1.0, -0.4187434400111729]
- [-0.22061143903565406, 0.06117846898328256, -0.418743440011173, 0.9999999999999998]
distribution: multivariate_normal
standard_deviation: [0.00046960163357113793, 0.0007336410357673623, 0.0005093075586372333,
0.05054878819387469]
standard_deviation: [0.0004693789316551711, 0.0007272468281261596, 0.000509355474947287,
0.022337792879958112]
2 changes: 1 addition & 1 deletion smelli/data/yaml/update_ckm.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def save_ckm(scheme,file_path,N=10000):
]

with open(file_path, 'w') as f:
yaml.dump(dat, f)
yaml.dump(dat, f, default_flow_style=None)

for name, ckm_scheme in get_ckm_schemes().items():
file_path = '{}_{}.yaml'.format(FILE,name)
Expand Down

0 comments on commit 86f241e

Please sign in to comment.