radiasoft / rslaser

Integrated modeling of CPA crystal-based laser amplifiers
Apache License 2.0
1 stars 1 forks source link

Pop inversion crystal params fix #41

Closed gurhar1133 closed 1 year ago

gurhar1133 commented 1 year ago
c = Crystal()
c = Crystal(PKDict(
    nslice=10,
))
c = Crystal(PKDict(
    nslice=10,
    population_inversion=PKDict(
        n_cell=32,
    ),
))

first two instantiations will work, the third doesnt