The `procudt_operator_3d` looks like a matrix product or something similar. Need to figure out what exactly it is and if it can be written as: ```py h @ procudt_operator(...) ```
The
procudt_operator_3dlooks like a matrix product or something similar. Need to figure out what exactly it is and if it can be written as: