(ms, band)
| 1655 | efields = [] |
| 1656 | |
| 1657 | def get_efields(ms, band): |
| 1658 | efields.append(ms.get_efield(8)) |
| 1659 | |
| 1660 | k = mp.Vector3(1 / -3, 1 / 3) |
| 1661 | ms.run_tm(mpb.output_at_kpoint(k, mpb.fix_efield_phase, get_efields)) |
nothing calls this directly
no test coverage detected