We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0d49e commit b34b314Copy full SHA for b34b314
lat2db/controller/get_at_ring_output.py
@@ -7,7 +7,7 @@
7
def get_AT_ring_from_machine(machine : Machine):
8
seq = factory(machine)
9
10
- ring = at.Lattice(seq, name='bessy2', periodicity=1, energy=1.7e9)
+ ring = at.Lattice(seq, name='bessy2', periodicity=1, energy=629e6)
11
12
if machine['closed']:
13
ring.enable_6d() # Should 6D be default?
0 commit comments