| 839 | } |
| 840 | |
| 841 | void error_attemptedToParseUnrecognisedPauliChar() { |
| 842 | |
| 843 | raiseInternalError("A function attempted to parse an unrecognised character as a Pauli operator. This should have been caught by prior validation."); |
| 844 | } |
| 845 | |
| 846 | void error_couldNotReadFile() { |
| 847 |
no test coverage detected