-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
Description
I try to do resource estimation from a qiskit qasm file. Then I observe this error -
QSharpError: Error: program failed: Value must be < tau.
Call stack:
at Std.Diagnostics.Fact in qsharp-library-source:Std/Diagnostics.qs
at Std.OpenQASM.Angle.DoubleAsAngle in qsharp-library-source:Std/OpenQASM/Angle.qs
at qasm_import.circuit_166 in ./program.qasm
Qsc.Eval.UserFail
× runtime error
╰─▶ program failed: Value must be < tau.
╭─[qsharp-library-source:Std/Diagnostics.qs:172:9]
171 │ if (not actual) {
172 │ fail message;
· ──────┬─────
· ╰── explicit fail
173 │ }
╰────
How I solve this error ?