ParameterSweep data¶
Much of the computed data that is stored and immediately retrievable after this sweep by accessing the ParameterSweep object like a dictionary with the following string keys:
string keyword |
data |
|---|---|
|
dressed eigenenergies and eigenstates as |
|
eigenenergies and eigenstates for each subsystem as |
|
dispersive energy coefficients as |
Data are returned as a NamedSlotsNdarray which behaves like a regular numpy array:
[4]:
sweep["evals"]
[4]:
NamedSlotsNdarray([[[-48.9786042 , -45.0278778 , ..., -29.62856751,
-29.01322673],
[-48.97847617, -45.02774984, ..., -29.62844062,
-29.0131366 ],
...,
[-48.98107747, -45.03034988, ..., -29.63101896,
-29.0149706 ],
[-48.98131859, -45.03059088, ..., -29.63125795,
-29.01514089]],
[[-48.93975166, -44.99058959, ..., -29.59671601,
-28.98017335],
[-48.93962364, -44.99046163, ..., -29.59658911,
-28.98008301],
...,
[-48.94222494, -44.99306166, ..., -29.59916745,
-28.98192134],
[-48.94246606, -44.99330267, ..., -29.59940645,
-28.98209203]],
...,
[[-40.70088901, -38.21167383, ..., -23.61188977,
-22.82285654],
[-40.70076099, -38.21154578, ..., -23.61177025,
-22.82272956],
...,
[-40.70336226, -38.21414562, ..., -23.6142407 ,
-22.82530775],
[-40.70360338, -38.21438665, ..., -23.61446945,
-22.82554677]],
[[-40.26341946, -37.89241505, ..., -23.40746803,
-22.49823508],
[-40.26329144, -37.89228692, ..., -23.40735025,
-22.49810801],
...,
[-40.2658927 , -37.89488675, ..., -23.40982114,
-22.50068619],
[-40.26613382, -37.89512782, ..., -23.41004977,
-22.50092525]]])