FoundryProductsTechnologyCompanyInvestor relationsResource libraryNews
Contact us
Resource library
    Resource library home
    Developer resources
    Applications
    Lessons
    Research and publications
    Support
      Software packages
        eqc-direct software package
          Getting Started
          Basic Usage
          Advanced Usage
          eqc_direct
          Dependencies
        qci-client software package
        uqrng-direct software package
        emucore-direct software package
        eqc-models software package
      Spec sheets
      User guides

Couldn’t find what you are looking for? Reach out to technical support.

Contact support
Privacy PolicyCookie PolicyTerms of UseForward Looking StatementsAccessibility Statement
Terms and Conditions of SaleEnd User License Agreement

© 2018-2026 Quantum Computing Inc.

Download

Default

Getting Started

Introduction

Entropy Quantum Computing (EQC) from Quantum Computing Inc. (QCi) can be used to solve combinatorial optimization problems with continuous solution spaces. The EQC device series developed by QCi utilizes this form of computing to provide a photonic computing optimzation solver. The eqc-direct Python package provides a framework for direct integration to use and monitor these powerful devices.

Installation

Python package is availble from PyPI repository and can be installed by:

  • pip install eqc-direct

Table of Contents

  • Getting Started
  • Basic Usage
    • Data format for Hamiltonian input
    • Device sum constraint for problem
    • Submitting jobs
    • System monitoring
    • Device Lock Basics
    • Health monitoring for device
  • eqc_direct
    • eqc_direct.eqc_client
      • InactiveRpcError
      • EqcResult
      • HealthCheckResponse
      • EqcClient
    • eqc_direct.utils
      • SysStatus
      • LockCheckStatus
      • LockManageStatus
      • JobCodes
      • message_to_dict()
  • Dependencies
    • Packages
  • Additional Resources
Next page

Content

  • Getting Started
  • Introduction
  • Installation
  • Table of Contents