Loading examples/add_3_5.cpp→examples/staq-openqasm/add_3_5.cpp +0 −0 File moved. View file examples/add_3_5.v→examples/staq-openqasm/add_3_5.v +0 −0 File moved. View file examples/deuteronH2.cpp→examples/xasm/deuteronH2.cpp +0 −0 File moved. View file examples/deuteron_exp_inst.cpp→examples/xasm/deuteron_exp_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ int main(int argc, char **argv) { // Create an objective function to optimize // Each call evaluates E(theta) = <ansatz(theta) | H | ansatz(theta)> xacc::OptFunction opt_func( qcor::OptFunction opt_func( [&](const std::vector<double> &x, std::vector<double> &grad) -> double { // Affect Observable observation and evaluate at given ansatz parameters Loading examples/direct_kernel_exec.cpp→examples/xasm/direct_kernel_exec.cpp +0 −0 File moved. View file Loading
examples/deuteron_exp_inst.cpp→examples/xasm/deuteron_exp_inst.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ int main(int argc, char **argv) { // Create an objective function to optimize // Each call evaluates E(theta) = <ansatz(theta) | H | ansatz(theta)> xacc::OptFunction opt_func( qcor::OptFunction opt_func( [&](const std::vector<double> &x, std::vector<double> &grad) -> double { // Affect Observable observation and evaluate at given ansatz parameters Loading