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

Fix memory footprint estimate #243

Closed benjaminvillalonga closed 4 years ago

benjaminvillalonga commented 4 years ago

Compute memory footprint from real size of patches, and not from their rank, since different indexes usually have different dimensions.

benjaminvillalonga commented 4 years ago

This was solved in #252.