(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) |
| 391 | |
| 392 | def get_hfield(self, which_band, bloch_phase=True): |
| 393 | return self._get_field("h", which_band, bloch_phase) |