We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4000f06 commit 090c0a3Copy full SHA for 090c0a3
qupulse/program/linspace.py
@@ -82,7 +82,7 @@ def __hash__(self):
82
GeneralizedChannel = Union[DepDomain,ChannelID,StepRegister]
83
84
# is there any way to cast the numpy cumprod to int?
85
-int_type = Union[np.int32,int]
+int_type = Union[np.int64,np.int32,int]
86
87
class ResolutionDependentValue(Generic[NumVal]):
88
0 commit comments