We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bc246 commit 9695d0fCopy full SHA for 9695d0f
src/tequila/optimizers/optimizer_excsolve.py
@@ -83,7 +83,7 @@ def __call__(
83
initial_values: typing.Dict[Variable, numbers.Real] = None,
84
*args,
85
**kwargs,
86
- ) -> scipy.optimize.OptimizeResult:
+ ) -> SciPyResults:
87
objective = objective.contract()
88
infostring = "{:15} : {}\n".format("Method", "ExcitationSolve")
89
infostring += "{:15} : {} expectationvalues\n".format("Objective", objective.count_expectationvalues())
0 commit comments