-
I've added couple of [benchmark](https://github.com/eyalfa/zio/blob/zio_timeout_benchAndOpt/benchmarks/src/main/scala/zio/AwaitBenchmark.scala#L47-L72) comparing simple effect evaluation, same effect …
-
I have some comments regarding correctness issues with `minimum` and `maximum`. One is about handling of signed zero for floating points and the other about short circuiting for `NaN` and `missing`. I…
-
### Information
- **Qiskit Terra version**: Master since: https://github.com/Qiskit/qiskit-terra/commit/9040bb9c
- **Python version**: Any
- **Operating system**: Any
### What is the cur…
-
To get the properties of a backend in Qiskit, you typically use the properties() and then do properties().to_dict() to get the qubit and gate errors in a dictionary format. Is it possible to do this w…
-
I'm getting the following error when I run `python dreamplace/placer.py test/ispd2005/adaptec1.json` on the `circuit_trainin` branch:
```
========================================================
…
SP-FA updated
10 months ago
-
### Describe the bug
As shown in the [code link](https://docs.rs/datafusion-physical-expr/39.0.0/src/datafusion_physical_expr/expressions/binary.rs.html#257), `BinaryExpr` directly calculates the `le…
-
The assertion is triggered both by `&dch` and `&dch -x` The design can be found at https://github.com/lsils/benchmarks
```
UC Berkeley, ABC 1.01 (compiled May 1 2021 14:39:22)
abc 01> read_blif h…
-
ODIN simulator fails with a segmentation fault running the post-abc simulation for circuits that have multiplication operation, implemented on architectures having no hard blocks.
I am calling this…
-
### What is the expected enhancement?
Right now we have 4 optimization levels 0-3 that right now are split like:
**Optimization Level 0:**
No optimization passes run, just trivial layout …
-
We should create a tutorial demonstrating how to use Mitiq in conjunction with [Qrack](https://github.com/unitaryfund/qrack/) as a simulation backend. Which error mitigation technique to use could be …