(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) |
| 397 | self.mode_solver.compute_field_divergence() |
| 398 | |
| 399 | def _get_field(self, f, band, bloch_phase): |
| 400 | if self.mode_solver is None: |
no test coverage detected