ngnrsaa / qflex

Flexible Quantum Circuit Simulator (qFlex) implements an efficient tensor network, CPU-based simulator of large quantum circuits.
Apache License 2.0
97 stars 24 forks source link

Determine whether pybind11 requirements can be reduced #166

Closed 95-martin-orion closed 4 years ago

95-martin-orion commented 4 years ago

Currently we both provide pybind as a submodule and require users to install it. Intuitively, at least one of these steps should be unnecessary.

95-martin-orion commented 4 years ago

Resolved by #172.