Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
tierkreis documentation
tierkreis documentation
  • Core Concepts in Tierkreis
  • Getting Started
  • API Reference
    • tierkreis
      • tierkreis.cli
        • tierkreis.cli.tkr
        • tierkreis.cli.run_workflow
      • tierkreis.worker
        • tierkreis.worker.storage
          • tierkreis.worker.storage.filestorage
          • tierkreis.worker.storage.in_memory
          • tierkreis.worker.storage.protocol
        • tierkreis.worker.worker
      • tierkreis.controller
        • tierkreis.controller.storage
          • tierkreis.controller.storage.adjacency
          • tierkreis.controller.storage.filestorage
          • tierkreis.controller.storage.walk
          • tierkreis.controller.storage.in_memory
          • tierkreis.controller.storage.protocol
        • tierkreis.controller.executor
          • tierkreis.controller.executor.uv_executor
          • tierkreis.controller.executor.in_memory_executor
          • tierkreis.controller.executor.shell_executor
          • tierkreis.controller.executor.protocol
          • tierkreis.controller.executor.multiple
        • tierkreis.controller.data
          • tierkreis.controller.data.location
          • tierkreis.controller.data.graph
          • tierkreis.controller.data.models
          • tierkreis.controller.data.core
          • tierkreis.controller.data.types
        • tierkreis.controller.start
        • tierkreis.controller.consts
      • tierkreis.builtins
        • tierkreis.builtins.stubs
        • tierkreis.builtins.main
      • tierkreis.value
      • tierkreis.exceptions
      • tierkreis.executor
      • tierkreis.consts
      • tierkreis.codegen
      • tierkreis.storage
      • tierkreis.builder
      • tierkreis.models
      • tierkreis.namespace
      • tierkreis.labels
    • aer_worker
      • aer_worker.stubs
      • aer_worker.main
    • nexus_worker
      • nexus_worker.stubs
      • nexus_worker.main
    • pytket_worker
      • pytket_worker.stubs
      • pytket_worker.default_pass
      • pytket_worker.main
Back to top
View this page

Getting Started¶

Step by step tutorials¶

A sequence of tutorials that cover the fundamentals of writing and operating Tierkreis workflows.

Our first graph

Graph inputs and outputs

Nested graphs using Eval

Iteration using Loop

Parallel computation using Map

Worker examples¶

Tierkreis Python library¶

Hello world worker

Complex types in Tierkreis Python workers

Next
API Reference
Previous
Core Concepts in Tierkreis
Copyright © 2025, Quantinuum
Made with Sphinx and @pradyunsg's Furo
On this page
  • Getting Started
    • Step by step tutorials
    • Worker examples
      • Tierkreis Python library