Is your feature request related to a problem? Please describe.
TensorNetworkBackend currently only supports |+> input states.
Describe the feature you'd like
We should be able to pass arbitrary states as input_states to TensorNetworkBackend.
Additional context
Support for input states has been added for other back-ends in #135.
Is your feature request related to a problem? Please describe.
TensorNetworkBackendcurrently only supports|+>input states.Describe the feature you'd like
We should be able to pass arbitrary states as
input_statestoTensorNetworkBackend.Additional context
Support for input states has been added for other back-ends in #135.