Skip to content

Commit

Permalink
updated text for table row label to make it fit
Browse files Browse the repository at this point in the history
  • Loading branch information
katymccl committed Aug 1, 2023
1 parent de1ac76 commit d16ebb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function SpaceDiagram({ data }: SpaceDiagramProps) {
"Number of T factories executed in parallel capable of producing the demanded T states during the algorithm's runtime.",
},
{
name: "Physical qubits per single T factory",
name: "Physical qubits per T factory",
value: numQubitsPerTFactory.toLocaleString(),
description: numTFactoryQubitsString,
},
Expand Down

0 comments on commit d16ebb0

Please sign in to comment.