(r)
| 662 | |
| 663 | def test_maximize_first_tm_gap(self): |
| 664 | def first_tm_gap(r): |
| 665 | ms.geometry = [mp.Cylinder(r, material=mp.Medium(epsilon=12))] |
| 666 | ms.run_tm() |
| 667 | return -1 * ms.retrieve_gap(1) |
| 668 | |
| 669 | ms = self.init_solver() |
| 670 | ms.num_bands = 2 |
nothing calls this directly
no test coverage detected