LowOrderConsistency
Specified with "_type": "scale.olm.check:LowOrderConsistency" in config.olm.json.
Example input in config.olm.json/check
{
"_type": "scale.olm.check:LowOrderConsistency",
"name": "",
"template": "",
"metric": "grams_per_initial_hm",
"eps0": 1e-12,
"epsa": 1e-06,
"epsr": 0.001,
"target_q_r": 0.9,
"target_q_ar": 0.95,
"nuclide_compare": [
"u235",
"pu239"
],
"nuclide_scaled_difference_min_abs_ylim": null
}
See also: scale.olm.check.LowOrderConsistency
type |
object |
||
properties |
|||
|
Name |
||
type |
string |
||
default |
null |
||
|
Template |
||
type |
string |
||
default |
null |
||
|
default |
null |
|
allOf |
#/$defs/LowOrderConsistencyMetric |
||
|
Eps0 |
||
type |
number |
||
default |
null |
||
|
Epsa |
||
type |
number |
||
default |
null |
||
|
Epsr |
||
type |
number |
||
default |
null |
||
|
Target Q R |
||
type |
number |
||
default |
null |
||
|
Target Q Ar |
||
type |
number |
||
default |
null |
||
|
default |
null |
|
anyOf |
#/$defs/LowOrderConsistencyConvergence |
||
type |
null |
||
|
Nuclide Compare |
||
type |
array |
||
default |
null |
||
items |
type |
string |
|
|
Nuclide Scaled Difference Min Abs Ylim |
||
default |
null |
||
anyOf |
type |
number |
|
type |
null |
||
|
Olm Redirect Type |
||
const |
scale.olm.check:LowOrderConsistency |
||
$defs |
|||
|
LowOrderConsistencyConvergence |
||
type |
object |
||
properties |
|||
|
Nlib Start |
||
type |
integer |
||
exclusiveMinimum |
0 |
||
default |
1 |
||
|
Nlib Max |
||
type |
integer |
||
exclusiveMinimum |
0 |
||
default |
1 |
||
|
Nburn Start |
||
type |
integer |
||
exclusiveMinimum |
0 |
||
default |
1 |
||
|
Nburn Max |
||
type |
integer |
||
exclusiveMinimum |
0 |
||
default |
1 |
||
|
Q R Stop Criteria |
||
type |
number |
||
minimum |
0.0 |
||
default |
0.0 |
||
|
Q Ar Stop Criteria |
||
type |
number |
||
minimum |
0.0 |
||
default |
0.0 |
||
additionalProperties |
False |
||
|
LowOrderConsistencyMetric |
||
type |
string |
||
enum |
grams_per_initial_hm, atom_fraction |
||