We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aa732 commit dcecefcCopy full SHA for dcecefc
qupulse/pulses/method_pulse_template.py
@@ -11,7 +11,7 @@
11
12
13
import functools
14
-@functools.lru_cache
+@functools.lru_cache(maxsize=1024)
15
def ExpressionScalarCache(value):
16
return ExpressionScalar(value)
17
0 commit comments