| 139 | } |
| 140 | |
| 141 | quregCache getCachedStatevecs() { |
| 142 | |
| 143 | // must not be called pre-creation nor post-destruction |
| 144 | DEMAND( !statevecs1.empty() ); |
| 145 | |
| 146 | return statevecs1; |
| 147 | } |
| 148 | quregCache getCachedDensmatrs() { |
| 149 | |
| 150 | // must not be called pre-creation nor post-destruction |
no outgoing calls
no test coverage detected