Skip to content

Commit b5692e6

Browse files
Update README.md
1 parent 4a0205c commit b5692e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
7777
torchoptics.set_default_spacing(10e-6)
7878
torchoptics.set_default_wavelength(700e-9)
7979

80-
shape = 500 # Number of grid points in each dimension
81-
f = 50e-3 # Lens focal length (m)
80+
shape = 500
81+
f = 50e-3
8282

8383
input_field = Field(checkerboard(shape, tile_length=200e-6, num_tiles=15)).to(device)
8484

0 commit comments

Comments
 (0)