(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) |
| 394 | |
| 395 | def get_charge_density(self, which_band, bloch_phase=True): |
| 396 | self.get_efield(which_band, bloch_phase) |