Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion targettests/execution/cudaq_observe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main() {

// Observe takes the kernel, the spin_op, and the concrete
// parameters for the kernel
double energy = cudaq::observe(10000, ansatz{}, h, .59);
double energy = cudaq::observe(ansatz{}, h, .59);
printf("Energy is %.16lf\n", energy);
return 0;
}
Expand Down
Loading