This commit is contained in:
Christopher Granade 2020-01-28 10:49:47 -08:00
Родитель 1c44e337dc
Коммит e403062b2f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -71,7 +71,7 @@ namespace Microsoft.Quantum.Characterization
var qubits = this.Allocate.Apply(count);
Exception? innerException = null;
double result = null;
double result = 0.0;
try
{
preparation.Apply(qubits);