Skip to content

Instantly share code, notes, and snippets.

@mpharrigan
Last active October 7, 2023 00:00
Show Gist options
  • Save mpharrigan/0779bac42c9b653ac440f6f746e0f10b to your computer and use it in GitHub Desktop.
Save mpharrigan/0779bac42c9b653ac440f6f746e0f10b to your computer and use it in GitHub Desktop.
Back-of-the-envelope cost

Assume Craig's CCZ factory and assume you're CCZ-generation limited (i.e. small number of factories).

Wall_time = n_tof * n_cycles * cycle_time
n_cycles = 5.5 * factory_distance

Assume factory_distance of 31 and cycle time of 1us

Wall_time = n_tof * 5.5 * 31 * 1us
Wall_time ~ 1.7e-4 s * n_tof = 2e-9 days * n_tof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment