Skip to content
Snippets Groups Projects
Verified Commit d381ed09 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

typo fix

parent 3f98a586
No related branches found
No related tags found
1 merge request!26update dependencies and lint
Pipeline #153320 failed
......@@ -434,7 +434,7 @@ def solve_mat_eqn(HL, HR=None, hermitian=False, traceless=False,
if isinstance(conjugate, bool):
conjugate = [conjugate] * len(HL)
if len(conjugate) != len(HL):
raise ValueError('Conugate must have the same length as HL.')
raise ValueError('Conjugate must have the same length as HL.')
if not all(term.shape[0] == term.shape[1] for term in HL):
raise ValueError('HL and HR must be a list of square matrices.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment