Coder Social home page Coder Social logo

Comments (3)

gitpold avatar gitpold commented on June 2, 2024

Interestingly there seem to have been some changes in the last few days.

Without any changes to the code, the received error message is now:

error_data={'code': 'InvalidInputData', 'message': 'Execution timed out.  Note: time limit: 10 seconds.'}

The time limit has increased from 0 seconds to 10 seconds.

Additionally I am now able to consistently run circuits succesfully, which previously failed, but further increasing the size of the circuit still leads to the error message above...

It definitly makes the impression as if this time limit mentioned in the error message is what is preventing me from executing larger quantum circuits on the Aspen M3 or M2. And while it apparently can be changed, I am not sure if or how this limit could be increased further.

from qdk-python.

l-enloe avatar l-enloe commented on June 2, 2024

Hi, can you share the circuit you used to help us reproduce the issue?

from qdk-python.

gitpold avatar gitpold commented on June 2, 2024

Hi, thanks for getting back to this.

The following circuit is what I used for testing (not the complete circuit I would like to run):

circuit = QuantumCircuit.from_qasm_str("""OPENQASM 2.0;
include "qelib1.inc";
qreg q1[12];
creg c0[3];
h q1[0];
h q1[1];
h q1[2];
barrier q1[0],q1[1],q1[2],q1[3],q1[4],q1[5],q1[6],q1[7],q1[8],q1[9],q1[10],q1[11];
ccx q1[0],q1[11],q1[3];
ccx q1[1],q1[2],q1[11];
ccx q1[0],q1[11],q1[3];
ccx q1[1],q1[2],q1[11];
measure q1[0] -> c0[2];
measure q1[1] -> c0[1];
measure q1[2] -> c0[0];""")

In most cases this leads to the error message above after around 20 seconds.
Interestingly, a few times this circuit completed successfully but only after being in the "Executing" state for mutliple hours.

I hope that helps, let me know if you need more information!

from qdk-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.