FAQ 03
Tools and first workflows
How QFlow Studio, Qiskit, simulators, and IBM Quantum fit without blurring their roles.
Q01What is Qiskit?+
Qiskit is an open-source software development kit for building, transforming, and working with quantum circuits and related workflows. IBM Quantum documentation presents a development pattern that maps a problem, optimizes for target hardware, executes, and post-processes results.
Q02What is QFlow Studio?+
QFlow Studio is a Neura Parse visual quantum workflow and evidence environment. It is designed to keep circuit intent, generated source, route context, run history, outputs, and reviewer-safe evidence connected. Current, beta, validation-only, and planned routes are intentionally labelled separately.
Q03Does QFlow Studio replace Qiskit or IBM Quantum?+
No. Qiskit supplies independent software tools, and IBM Quantum controls its platform, accounts, instances, plans, services, and hardware access. QFlow Studio is an accessibility, workflow, learning, and evidence layer around those kinds of tools and provider routes.
Q04What should my first quantum project be?+
Build a Bell-state workflow. Predict the expected correlated outcomes, run locally, inspect the circuit and source, vary the number of shots, explain the distribution, and preserve the evidence. The value is in the complete reasoning loop, not merely drawing two gates.
Q05Should I learn visually or start with code?+
Use whichever makes the first concept inspectable, but connect the two early. A visual circuit helps with structure; source code helps with precision, testing, automation, and reproducibility. The strongest route keeps them synchronized.
Q06When should I run on real quantum hardware?+
Use hardware when calibration, topology, queue, noise, or device behavior is part of the question and the simulator workflow already passes its checks. Record why the run is needed, what access and usage it consumes, which backend state matters, and what decision the result can change.
Q07How do I choose a quantum backend?+
Start with circuit width, supported operations, connectivity, transpiled depth, calibration timestamp, queue, execution mode, account access, region, usage budget, and the evidence requirement. Qubit count alone is not a backend-selection strategy.
Q08Can AI build my quantum circuit for me?+
AI can help draft explanations, code, and workflow structure, but generated output still needs human review, execution checks, source verification, and comparison with expected behavior. AI assistance should shorten the path to inspection, not remove responsibility for the result.