quantum-compiler / quartz

The Quartz Quantum Compiler
Apache License 2.0
76 stars 19 forks source link

[Optimizer] Change the timeout type from int to double #172

Closed xumingkuan closed 5 months ago

xumingkuan commented 5 months ago

So that we can set timeout values that are not multiples of 1s.

Also removes an incorrect // namespace quartz comment.