(self, which_band, bloch_phase=True)
| 384 | return self._get_field("b", which_band, bloch_phase) |
| 385 | |
| 386 | def get_efield(self, which_band, bloch_phase=True): |
| 387 | return self._get_field("e", which_band, bloch_phase) |
| 388 | |
| 389 | def get_dfield(self, which_band, bloch_phase=True): |
| 390 | return self._get_field("d", which_band, bloch_phase) |