{"id":16852,"date":"2026-06-16T10:24:08","date_gmt":"2026-06-16T08:24:08","guid":{"rendered":"https:\/\/qilimanjaro.tech\/?p=16852"},"modified":"2026-06-18T14:58:22","modified_gmt":"2026-06-18T12:58:22","slug":"qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing","status":"publish","type":"post","link":"https:\/\/qilimanjaro.tech\/en\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/","title":{"rendered":"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"16852\" class=\"elementor elementor-16852\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50323c9 e-flex e-con-boxed e-con e-parent\" data-id=\"50323c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-256586b elementor-widget elementor-widget-text-editor\" data-id=\"256586b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>June 2025<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-257936a elementor-widget elementor-widget-text-editor\" data-id=\"257936a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Quantum software today is split in two. Software stacks for digital quantum computers (gate-based) speak the language of quantum circuits. Analog stacks speak the language of Hamiltonians and time evolution, which is the native model for the analog quantum computers we build at Qilimanjaro. Most quantum computing companies choose between digital or analog to develop their own stack.<\/p><p class=\"p1\"><b>QiliSDK 0.2.0<\/b> does not. It is an open-source Python framework that unifies both paradigms behind a single, backend-agnostic API. The same program runs on CPU, GPU, or Quantum Processing Unit (QPU) by changing one line of code.<\/p><p>Check the full <strong><a href=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/QiliSDK-0.2.0.pdf\" target=\"_blank\" rel=\"noopener\">release note here<\/a><\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-496134a e-con-full e-flex e-con e-child\" data-id=\"496134a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c62648 elementor-widget elementor-widget-heading\" data-id=\"7c62648\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">What's inside<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d0ccf5 elementor-widget elementor-widget-text-editor\" data-id=\"5d0ccf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">QiliSDK is built around three layers:<\/p><ul class=\"ul1\"><li class=\"li2\"><b>Primitives. <\/b>Gate, Circuit, and pre-built Ansatz classes for digital workflows. Hamiltonian and Schedule classes for analog workflows. A QTensor core type, a parameter \/ variable system, and a Model abstraction that linearises generic optimisation problems into QUBO form.<\/li><li class=\"li2\"><b>Functionals. <\/b>A unified abstraction for any quantum workflow (sampling a circuit, evolving a Hamiltonian, running a variational program) that any backend can execute through a common backend.execute(functional) interface.<\/li><li class=\"li3\"><b>Backends. <\/b>CPU (QiliSim and QuTiP), GPU (NVIDIA CUDA-Q wrapper), and digital and analog QPUs (SpeQtrum Cloud and On-Premise).<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef2b111 e-con-full e-flex e-con e-child\" data-id=\"ef2b111\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdb4fe3 elementor-widget elementor-widget-heading\" data-id=\"fdb4fe3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">What's new in 0.2.0<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aaae30d elementor-widget elementor-widget-text-editor\" data-id=\"aaae30d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\"><b>QiliSim, a native C++ emulator <\/b>Our default backend now runs in C++ with a Python interface. It supports quantum circuits, Hamiltonian time evolution and quantum reservoirs. All methods integrated with several emulation strategies can be selected through configuration objects, so the same program can be re-run with different numerical methods by editing one line.<\/p><p class=\"p1\"><b>Unified noise modelling. <\/b>A NoiseModel can be defined once and applied across QiliSim and the CUDA backend. It covers state noise, control-parameter perturbations and readout noise. Each channel implements both Kraus and Lindblad representations, so the same model runs unchanged on digital or analog backends.<\/p><p class=\"p1\"><b>Quantum Reservoir Computing. <\/b>New primitives (QuantumReservoir, ReservoirLayer, ReservoirInput) for Quantum AI workflows suited for near-term analog hardware.<\/p><p class=\"p1\"><b>QTensor in C++. <\/b>The core quantum-tensor type is now native code. State preparation, observables, partial traces, entropy, fidelity calculations and tensor products all run faster. The API works as a standalone quantum-information toolkit.<\/p><p class=\"p1\"><b>OpenQASM 2\/3 and QIR interoperability. <\/b>Native import and export to OpenQASM 3, plus round-trip support for Microsoft&#8217;s QIR via pyqir. Installed as optional extras.<\/p><p class=\"p1\"><b>Trotterisation of analog evolution. <\/b>A new TrotterizedSchedule ansatz compiles an analog Schedule into a parameterised digital circuit over a chosen number of Trotter steps. New convenience constructors: Schedule.linear(), .quadratic(), .polynomial(), .sinusoidal().<\/p><p class=\"p1\"><b>Spanish and Catalan docs. <\/b>A new Tutorials section in the documentation, with translations into Spanish (ES) and Catalan (CA) alongside English.<\/p><p class=\"p2\"><b>Smaller improvements: <\/b>composable CircuitTranspiler pipeline (gate fusion, identity-pair cancellation, multi-controlled-gate decomposition, SABRE-based routing); unified FunctionalResult and a Readout builder; CUDA 13 support; automatic QUBO linearisation of higher-order terms via Rosenberg penalties.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5cf7c6 e-con-full e-flex e-con e-child\" data-id=\"c5cf7c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fcd1abc elementor-widget elementor-widget-heading\" data-id=\"fcd1abc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Performance<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1dae4b elementor-widget elementor-widget-text-editor\" data-id=\"e1dae4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Two benchmarks ship with the release. On an analog annealing schedule reaching 99% fidelity with the exact ground state, QiliSim outperforms QuTiP and CUDA across the range tested, demonstrating efficient analog simulation on commodity CPU hardware.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-750f2f4 e-con-full e-flex e-con e-child\" data-id=\"750f2f4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35e7c93 elementor-widget elementor-widget-image\" data-id=\"35e7c93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/analog-1.png\" class=\"attachment-large size-large wp-image-16863\" alt=\"\" srcset=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/analog-1.png 800w, https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/analog-1-300x225.png 300w, https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/analog-1-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ccb12e elementor-widget elementor-widget-text-editor\" data-id=\"5ccb12e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">On a digital workload (1.000 random gates, 100 shots), QiliSim is competitive with Qiskit Aer and Cirq for small to medium sizes, while the CUDA backend wins decisively at larger circuit sizes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60b5240 e-con-full e-flex e-con e-child\" data-id=\"60b5240\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-027191f elementor-widget elementor-widget-image\" data-id=\"027191f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/digital-1.png\" class=\"attachment-large size-large wp-image-16892\" alt=\"\" srcset=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/digital-1.png 800w, https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/digital-1-300x225.png 300w, https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/digital-1-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f098b17 e-con-full e-flex e-con e-child\" data-id=\"f098b17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09e7342 elementor-widget elementor-widget-heading\" data-id=\"09e7342\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Get started<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-273f2df elementor-widget elementor-widget-text-editor\" data-id=\"273f2df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"ul1\"><li class=\"li1\"><strong>Install:<\/strong> <span style=\"font-family: 'roboto mono;\">pip install qilisdk<\/span><\/li><li class=\"li2\"><span class=\"s2\"><strong>Docs (EN \/ ES \/ CA):<\/strong> <strong><a href=\"https:\/\/qilimanjaro-tech.github.io\/qilisdk\/\"><span class=\"s3\">https:\/\/qilimanjaro-tech.github.io\/qilisdk\/<\/span><\/a><\/strong><\/span><\/li><li class=\"li2\"><span class=\"s2\"><strong>Source: <a href=\"https:\/\/github.com\/qilimanjaro-tech\/qilisdk\"><span class=\"s3\">https:\/\/github.com\/qilimanjaro-tech\/qilisdk<\/span><\/a><\/strong><\/span><\/li><li class=\"li2\"><span class=\"s2\"><strong>Release notes:<\/strong> <strong><a href=\"https:\/\/github.com\/qilimanjaro-tech\/qilisdk\/releases\/tag\/0.2.0\"><span class=\"s3\">https:\/\/github.com\/qilimanjaro-tech\/qilisdk\/releases\/tag\/0.2.0<\/span><\/a><\/strong><\/span><\/li><li class=\"li2\"><span class=\"s2\"><strong>Cite:<\/strong> DOI <strong><a href=\"https:\/\/doi.org\/10.5281\/zenodo.20411054\"><span class=\"s3\">10.5281\/zenodo.20411054<\/span><\/a><\/strong><\/span><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9aba29 elementor-widget elementor-widget-spacer\" data-id=\"b9aba29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3168cee2 e-con-full e-flex e-con e-child\" data-id=\"3168cee2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43ebd64e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"43ebd64e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/QiliSDK-0.2.0.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"35\" viewbox=\"0 0 35 35\" fill=\"none\"><rect x=\"-1.14\" y=\"1.14\" width=\"31.92\" height=\"31.92\" rx=\"15.96\" transform=\"matrix(-1 0 0 1 31.92 0)\" stroke=\"white\" stroke-width=\"2.28\"><\/rect><path d=\"M23.1368 19.115L23.1368 11.0539M23.1368 11.0539L15.0757 11.0539M23.1368 11.0539L11.0452 23.1455\" stroke=\"white\" stroke-width=\"2.28\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Check our release note<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>June 2025 Quantum software today is split in two. Software stacks for digital quantum computers (gate-based) speak the language of quantum circuits. Analog stacks speak the language of Hamiltonians and time evolution, which is the native model for the analog quantum computers we build at Qilimanjaro. Most quantum computing companies choose between digital or analog [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":16886,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-16852","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing - Qilimanjaro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/qilimanjaro.tech\/en\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing - Qilimanjaro\" \/>\n<meta property=\"og:description\" content=\"June 2025 Quantum software today is split in two. Software stacks for digital quantum computers (gate-based) speak the language of quantum circuits. Analog stacks speak the language of Hamiltonians and time evolution, which is the native model for the analog quantum computers we build at Qilimanjaro. Most quantum computing companies choose between digital or analog [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/qilimanjaro.tech\/en\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/\" \/>\n<meta property=\"og:site_name\" content=\"Qilimanjaro\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-16T08:24:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T12:58:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/qilisdk.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2085\" \/>\n\t<meta property=\"og:image:height\" content=\"1088\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Guillem\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Guillem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/\"},\"author\":{\"name\":\"Guillem\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/#\\\/schema\\\/person\\\/00a8ab277e8f6fa6b46b9fc790fcec39\"},\"headline\":\"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing\",\"datePublished\":\"2026-06-16T08:24:08+00:00\",\"dateModified\":\"2026-06-18T12:58:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/\"},\"wordCount\":567,\"image\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/qilimanjaro.tech\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/qilisdk.jpg\",\"articleSection\":[\"Science\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/\",\"url\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/\",\"name\":\"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing - Qilimanjaro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/qilimanjaro.tech\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/qilisdk.jpg\",\"datePublished\":\"2026-06-16T08:24:08+00:00\",\"dateModified\":\"2026-06-18T12:58:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/#\\\/schema\\\/person\\\/00a8ab277e8f6fa6b46b9fc790fcec39\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/qilimanjaro.tech\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/qilisdk.jpg\",\"contentUrl\":\"https:\\\/\\\/qilimanjaro.tech\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/qilisdk.jpg\",\"width\":2085,\"height\":1088},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/qilimanjaro.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/#website\",\"url\":\"https:\\\/\\\/qilimanjaro.tech\\\/\",\"name\":\"Qilimanjaro\",\"description\":\"We build analog, full-stack quantum computers\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/qilimanjaro.tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/qilimanjaro.tech\\\/#\\\/schema\\\/person\\\/00a8ab277e8f6fa6b46b9fc790fcec39\",\"name\":\"Guillem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/95d3758980df5100151c94474afe0a5a1b18c26cc587aa649bf2dc0b83e3a2a2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/95d3758980df5100151c94474afe0a5a1b18c26cc587aa649bf2dc0b83e3a2a2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/95d3758980df5100151c94474afe0a5a1b18c26cc587aa649bf2dc0b83e3a2a2?s=96&d=mm&r=g\",\"caption\":\"Guillem\"},\"url\":\"https:\\\/\\\/qilimanjaro.tech\\\/en\\\/author\\\/guillem\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing - Qilimanjaro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/qilimanjaro.tech\/en\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/","og_locale":"en_GB","og_type":"article","og_title":"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing - Qilimanjaro","og_description":"June 2025 Quantum software today is split in two. Software stacks for digital quantum computers (gate-based) speak the language of quantum circuits. Analog stacks speak the language of Hamiltonians and time evolution, which is the native model for the analog quantum computers we build at Qilimanjaro. Most quantum computing companies choose between digital or analog [&hellip;]","og_url":"https:\/\/qilimanjaro.tech\/en\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/","og_site_name":"Qilimanjaro","article_published_time":"2026-06-16T08:24:08+00:00","article_modified_time":"2026-06-18T12:58:22+00:00","og_image":[{"width":2085,"height":1088,"url":"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/qilisdk.jpg","type":"image\/jpeg"}],"author":"Guillem","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Guillem","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#article","isPartOf":{"@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/"},"author":{"name":"Guillem","@id":"https:\/\/qilimanjaro.tech\/#\/schema\/person\/00a8ab277e8f6fa6b46b9fc790fcec39"},"headline":"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing","datePublished":"2026-06-16T08:24:08+00:00","dateModified":"2026-06-18T12:58:22+00:00","mainEntityOfPage":{"@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/"},"wordCount":567,"image":{"@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#primaryimage"},"thumbnailUrl":"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/qilisdk.jpg","articleSection":["Science"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/","url":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/","name":"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing - Qilimanjaro","isPartOf":{"@id":"https:\/\/qilimanjaro.tech\/#website"},"primaryImageOfPage":{"@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#primaryimage"},"image":{"@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#primaryimage"},"thumbnailUrl":"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/qilisdk.jpg","datePublished":"2026-06-16T08:24:08+00:00","dateModified":"2026-06-18T12:58:22+00:00","author":{"@id":"https:\/\/qilimanjaro.tech\/#\/schema\/person\/00a8ab277e8f6fa6b46b9fc790fcec39"},"breadcrumb":{"@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#primaryimage","url":"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/qilisdk.jpg","contentUrl":"https:\/\/qilimanjaro.tech\/wp-content\/uploads\/2026\/06\/qilisdk.jpg","width":2085,"height":1088},{"@type":"BreadcrumbList","@id":"https:\/\/qilimanjaro.tech\/qilisdk-0-2-0-a-unified-framework-for-analog-digital-and-hybrid-quantum-computing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/qilimanjaro.tech\/"},{"@type":"ListItem","position":2,"name":"QiliSDK 0.2.0: One Framework for Analog, Digital, and Hybrid Quantum Computing"}]},{"@type":"WebSite","@id":"https:\/\/qilimanjaro.tech\/#website","url":"https:\/\/qilimanjaro.tech\/","name":"Qilimanjaro","description":"We build analog, full-stack quantum computers","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/qilimanjaro.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/qilimanjaro.tech\/#\/schema\/person\/00a8ab277e8f6fa6b46b9fc790fcec39","name":"Guillem","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/95d3758980df5100151c94474afe0a5a1b18c26cc587aa649bf2dc0b83e3a2a2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/95d3758980df5100151c94474afe0a5a1b18c26cc587aa649bf2dc0b83e3a2a2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/95d3758980df5100151c94474afe0a5a1b18c26cc587aa649bf2dc0b83e3a2a2?s=96&d=mm&r=g","caption":"Guillem"},"url":"https:\/\/qilimanjaro.tech\/en\/author\/guillem\/"}]}},"_links":{"self":[{"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/posts\/16852","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/comments?post=16852"}],"version-history":[{"count":35,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/posts\/16852\/revisions"}],"predecessor-version":[{"id":16903,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/posts\/16852\/revisions\/16903"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/media\/16886"}],"wp:attachment":[{"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/media?parent=16852"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/categories?post=16852"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qilimanjaro.tech\/en\/wp-json\/wp\/v2\/tags?post=16852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}