| 154 | } |
| 155 | |
| 156 | quregCache getAltCachedStatevecs() { |
| 157 | |
| 158 | // must not be called pre-creation nor post-destruction |
| 159 | DEMAND( !statevecs2.empty() ); |
| 160 | |
| 161 | return statevecs2; |
| 162 | } |
| 163 | quregCache getAltCachedDensmatrs() { |
| 164 | |
| 165 | // must not be called pre-creation nor post-destruction |