Skip to content
  • Viacheslav Ostroukh's avatar
    conjugate array-like in herm_conj · cfe786b1
    Viacheslav Ostroukh authored
    If value passed to `herm_conj()` function can't be conjugated as an
    array or a number, attempt to convert it to a tinyarray is performed.
    In that way array-like list of lists/tuples can also be conjugated
    correctly.
    
    Fixes #406
    cfe786b1