vice.singlezone.delay

Type : real number

Default : 0.15

The minimum delay time in Gyr before the onset of type Ia supernovae associated with a single stellar population. Default value is adopted from Weinberg, Andrews & Freudenburg (2017) [1].

See also

vice.singlezone.RIa

Example Code

>>> import vice
>>> sz = vice.singlezone(name = "example")
>>> sz.delay
0.15
>>> sz.delay = 0.1
>>> sz.delay
0.1