Skip to content

Commit

Permalink
Changed wording of table
Browse files Browse the repository at this point in the history
  • Loading branch information
katymccl committed Jul 20, 2023
1 parent 01d1e83 commit 79693e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ function SpaceDiagram({
{
name: "Physical T factory qubits",
value: physicalQubitsTFactory.toLocaleString(),
description: "Number of physical qubits for the T factories.",
description: "Total number of physical qubits required for the T factories.",
},
{
name: "Number of T factory copies",
name: "T factory copies",
value: numTFactories.toLocaleString(),
description: "Number of T factories capable of producing the demanded T states during the algorithm's runtime."
description: "Number of T factories executed in parallel capable of producing the demanded T states during the algorithm's runtime."
},
{
name: "Physical qubits for single T factory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ function TimeDiagram({ data }: TimeDiagramProps) {
description: "Runtime of a single T factory."
},
{
name: "Number of T factories",
name: "T factory copies",
value: numTfactories.toLocaleString(),
description: "Number of T factories which are executed in parallel."
description: "Number of T factories executed in parallel capable of producing the demanded T states during the algorithm's runtime."
},
{
name: "Number of T factory invocations",
name: "T factory invocations",
value: numTFactoryInvocations.toLocaleString(),
description: "Number of times all T factories are invoked concurrently.",
},
{
name: "Number of T states produced by one T factory",
name: "T states per single T factory run",
value: "~ " + numTStatesPerSingleTfactory,
description: "Number of T states produced by a single T factory run."
},
{
name: "Number of T states per invocation",
name: "T states per invocation",
value: numTStatesAllTfactoriesOneInvocation.toLocaleString(),
description: numTStatesPerInvocationString
},
Expand Down

0 comments on commit 79693e9

Please sign in to comment.