pyerrors.py renamed to obs.py, h5py added as dependency

This commit is contained in:
Fabian Joswig 2021-11-07 11:24:56 +00:00
parent 012bf8ad17
commit 9805ee2b4b
14 changed files with 13 additions and 15 deletions

View file

@ -4,7 +4,7 @@
import numpy as np
from autograd import jacobian
import autograd.numpy as anp # Thinly-wrapped numpy
from .pyerrors import derived_observable, CObs, Obs
from .obs import derived_observable, CObs, Obs
from functools import partial
from autograd.extend import defvjp