Nathan AI
Welcome to Nathan
Paste your quantum circuit or pick a template to get started. Nathan will analyze it against 1700+ papers.
Paste your QASM3, Qiskit, PennyLane, or Cirq code and Nathan will classify the problem type, find relevant papers from 1,700+ sources, and suggest optimizations for your target hardware.
Also available as arvak.nathan.analyze() in your Jupyter notebooks. Pass any Qiskit, PennyLane, or Cirq circuit directly.
pip install arvak[nathan]
pip install arvak[qiskit]
pip install arvak[pennylane]
pip install arvak[cirq]
pip install arvak[qrisp]
pip install arvak[chemistry,notebook]
pip install arvak[all]
Paste your quantum circuit or pick a template to get started. Nathan will analyze it against 1700+ papers.
Nathan automatically anonymizes your circuit code before it leaves your machine. This protects proprietary algorithms, researcher identities, and project context while preserving the structural information needed for analysis.
q0, c0, p0)fn0, Cls0)h, cx, rz, etc.)stdgates.inc, qiskit, cirq)Anonymization is enabled by default in both the web interface and the Python SDK. In the SDK, you can opt out with arvak.nathan.analyze(circuit, anonymize=False). Server-side anonymization is always applied as an additional layer of protection before any data reaches the LLM.