qiskit-js icon indicating copy to clipboard operation
qiskit-js copied to clipboard

:atom_symbol: Qiskit (Quantum Information Science Kit) for JavaScript

Results 20 qiskit-js issues
Sort by recently updated
recently updated
newest added

### Summary Just opening this PR for some visibility that I'm actually working on it and not forgotten about it. I'm currently trying to get the all the tests to...

### Summary support comments in grammar.jison ### Details and comments This commit adds support for comments in grammar.jison. The motivation of this is somewhat of a long shot. When using...

The idea is to compile to include the C++ simulator provided in the regular Qiskit distribution. The plan is to start with Node.js support, some related resources: - https://medium.com/@atulanand94/beginners-guide-to-writing-nodejs-addons-using-c-and-n-api-node-addon-api-9b3b718a9a7f -...

We could drop this folder: https://github.com/Qiskit/qiskit-js/tree/master/utils-test Other cool things: https://github.com/avajs/ava/blob/master/docs/03-assertions.md#enhanced-assertion-messages

For now it works with browserify, but we should support webpack and/or pika or whatever hipsters use today.

Specially the fields of the returned objects, like this case: - https://github.com/Qiskit/qiskit-js/tree/master/packages/qiskit-cloud#async-backendname---info - https://github.com/Qiskit/qiskit-js/blob/master/packages/qiskit-cloud/test/functional/2-backend.js#L114 - https://github.com/Qiskit/qiskit-js/blob/master/packages/qiskit-cloud/test/functional/2-backend.js#L165

Some of the new commands output is not readable, we should print in chunks (ie: as in the `cloud-backs` one). Moreover we should make this "chunked" output as an option,...