Skip to content

Commit

Permalink
Merge pull request #45 from zapatacomputing/dev
Browse files Browse the repository at this point in the history
Merge dev to main
  • Loading branch information
mstechly committed Nov 4, 2021
2 parents 2204add + 1ada7ed commit 96a53b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
# version.
fetch-depth: 0

# - name: Run publish release action
# uses: ./subtrees/z_quantum_actions/actions/publish-release
- name: Run publish release action
uses: ./subtrees/z_quantum_actions/actions/publish-release
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# qe-qulacs

[![codecov](https://codecov.io/gh/zapatacomputing/qe-qulacs/branch/master/graph/badge.svg?token=6G6TU70MH0)](https://codecov.io/gh/zapatacomputing/qe-qulacs)
[![codecov](https://codecov.io/gh/zapatacomputing/qe-qulacs/branch/main/graph/badge.svg?token=6G6TU70MH0)](https://codecov.io/gh/zapatacomputing/qe-qulacs)

## What is it?


`qe-qulacs` is an [Orquestra](https://www.zapatacomputing.com/orquestra/) module that allows you to use [Qulacs](https://github.com/qulacs/qulacs) simulator in your Orquestra workflows.
It complies to the backend interface defined in the [`z-quantum-core`](https://github.com/zapatacomputing/z-quantum-core/blob/master/src/python/orquestra/core/interfaces/backend.py).
It complies to the backend interface defined in the [`z-quantum-core`](https://github.com/zapatacomputing/z-quantum-core/blob/main/src/python/orquestra/core/interfaces/backend.py).

## Usage

Expand All @@ -19,7 +19,7 @@ imports:
type: git
parameters:
repository: "git@github.com:zapatacomputing/qe-qulacs.git"
branch: "master"
branch: "main"
```

and then add it in the `imports` argument of your `step`:
Expand Down

0 comments on commit 96a53b7

Please sign in to comment.