Frank Harkins

Results 49 issues of Frank Harkins

We agreed there should be some content in the new "open-source" section for ecosystem maintainers. ```[tasklist] ### Tasks - [ ] #1707 - [ ] #1708 - [ ] #1584...

content 📄
epic 🏔️
ecosystem

Adds a new page on best practices for ecosystem projects. [Link to preview](https://qiskit.github.io/documentation/pr-1760/open-source/best-practices)

The following code (correctly) raises an error message, but the link at the end of the message 404s. ```python >>> transpiled_qc = transpile(qc, basis_gates=["t", "h", "cx"]) TranspilerError: "Unable to translate...

infra 🏗️

We need to set up redirects whenever we rename or delete a page from `docs/`, or delete a tutorial or change it's slug. It would be good if we have...

infra 🏗️

I'm making this issue because this project is part of the [Qiskit ecosystem](https://qiskit.github.io/ecosystem/). We're introducing a requirement that all projects are compatible with Qiskit 1.0. New users will be using...

Some projects in the ecosystem are only superficially open-source (e.g. a client package whose only purpose is to submit jobs to cloud computers). Having these projects in the ecosystem is...

enhancement

### What is the expected enhancement? Some ecosystem projects have non-free features. For example, a provider package may require users apply for special access to submit jobs to their QPUs....

enhancement

This PR fixes the code in `serverless-manage-resources.ipynb` and adds tests to check it runs correctly. Link to preview: https://qiskit.github.io/documentation/pr-1960/guides/serverless-manage-resources

### Summary This PR switches code examples to use Matplotlib's `.. plot::` directive. This runs those code examples during documentation builds, failing the build if any code examples raise an...