Added
- Fast pattern standardization and signal shfiting with `pattern.LocalPattern` class (42), performance report at 43
- Defaulted local pattern method for `graphix.Pattern.standardize()` and `graphix.Pattern.shift_signals()`. Note the resulting pattern is equivalent to the output of original method.
- Automatic selection of appropriate tensor network graph state preparation strategy `graph_prep="auto"` argument for instantiation of `TensorNetworkBackend` (50)
Changed
- option `graph_prep="opt"` for `graph_prep` kwarg of `TensorNetworkBackend` (50) will be deprecated, and will be replaced by `graph_prep="parallel"`, as we identified that `parallel` preparation is not always optimal.