| 146 | return statevecs1; |
| 147 | } |
| 148 | quregCache getCachedDensmatrs() { |
| 149 | |
| 150 | // must not be called pre-creation nor post-destruction |
| 151 | DEMAND( !densmatrs1.empty() ); |
| 152 | |
| 153 | return densmatrs1; |
| 154 | } |
| 155 | |
| 156 | quregCache getAltCachedStatevecs() { |
| 157 |
no outgoing calls
no test coverage detected