FoundryProductsTechnologyCompanyInvestor relationsResource libraryNews
Contact us
Resource library
    Introduction to Dirac-3 home
    Dirac-3 Developer Beginner Guide
    Dirac-3 user guide
    Dirac-3 spec sheet
    Entropy Quantum Computing overview
    Multibody formulation
    qci-client software package
    eqc-direct software package
      Getting Started
      Basic Usage
      Advanced Usage
      eqc_direct
      Dependencies

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

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
    • Formatting input polynomial
    • A dual purpose solver
      • Integer solver
      • Sum constrained solver
    • System monitoring
    • Device Lock Basics
    • Health monitoring and calibration for Dirac
  • Advanced Usage
    • Additional inputs to solving routines
      • Specifiying the Number of Variables Explicitly
      • Specifiying More than One Sample
      • Device Configurations
    • An example using relaxation schedule with tuned parameters
    • Additional Resources
    • Troubleshooting and Support
  • eqc_direct
    • eqc_direct.client
      • InactiveRpcError
      • SumConstrainedResult
      • IntegerResult
      • EqcClient
    • eqc_direct.utils
      • SystemInfo
      • SysStatus
      • LockCheckStatus
      • LockManageStatus
      • JobCodes
      • message_to_dict()
      • convert_hamiltonian_to_poly_format()
      • get_decimal_places()
    • Index
  • Dependencies
    • Packages
    • Semantic Versioning Policy
Next page

Content

  • Getting Started
  • Introduction
  • Installation
  • Table of Contents