Closed rroodll closed 3 weeks ago
qualtran.linalg.lcu_util.preprocess_lcu_coefficients_for_reversible_sampling
is renamed to qualtran.linalg.lcu_util.preprocess_probabilities_for_reversible_sampling
I was hoping you'd say that! Thanks.
were qualtran.cirq_interop.bit_tools removed?
Yes, but the bit tools functionality is now moved to the data types. So each quantum data type knows how to convert itself to / from bits. See the QDType.to_bits
and QDType.from_bits
methods
Thanks
I'm trying to update my application to use 0.5.0, but seem to be missing a number of methods. Most of which I found moved, but the following, can you point my to where they were moved and how they were replaced? Thanks
qualtran.cirq_interop.bit_tools qualtran.linalg.lcu_util.preprocess_lcu_coefficients_for_reversible_sampling
preprocess_lcu_coefficients_for_reversible_sampling is actually mentioned as a reference in a comment in