jam31118 / qprop

Visualized QPROP
GNU General Public License v3.0
1 stars 1 forks source link

Routine for visualizing ell-grid population #44

Closed jam31118 closed 5 years ago

jam31118 commented 5 years ago

The figure below may be useful to determine the validity of ell-grid-size. Implement routine for generating the below plot and the corresponding data.

test-dissipate-rate-per-lm-whole

flux_arr_lm = (tsurff_psi_arr_2d.conj() * (-tsurff_psi_arr_2d + flux.R_at_grid_point * tsurff_dpsidr_arr_2d)).imag
flux_arr = np.sum(flux_arr_lm, axis=1)
jam31118 commented 5 years ago

Implemented at 53e6a5fc3945d8c9109e7a987a2c9ea6a15efaf8, closing this issue.