Update type annotation of Linspace and Points #6830
Labels
kind/health
For CI/testing/release process/refactoring/technical debt items
no QC knowledge needed
Want to contribute to Cirq, but don't know quantum computing? This issue is for you.
status/needs-rfc
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
triage/needs-feasibility
[Feature requests] Needs design work to prove feasibility before accepting
Description of the issue
Linspace and Points have type annotations that use only floats ... however there is nothing in their operations that doesn't allow using other datatypes that as long as they support arithmetic operations. for example the following example is valid and works
functionally the sweeps work but the type annotations need to be updated to reflect that
related to #6829
The text was updated successfully, but these errors were encountered: