Add initial directwrite to svg conversion.

This commit is contained in:
jmsgrogan 2023-01-10 17:24:37 +00:00
parent 2c825adc1d
commit b7f75f903e
15 changed files with 571 additions and 7 deletions

View file

@ -13,7 +13,7 @@
TEST_CASE(TestBlochSphereNode, "quantum_computing")
{
auto node = std::make_unique<BlochSphereNode>();
auto node = std::make_unique<BlochSphereNode>(DiscretePoint(0.5, 0.5));
Qubit state({ 1.0, 0.0 }, { 0.0, 0.0 });