Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cduck/zx-calculator

The web app for exploring graph-like ZX Calculus diagrams
https://github.com/cduck/zx-calculator

quantum-computing vue3 vuejs zx-calculus

Last synced: about 2 months ago
JSON representation

The web app for exploring graph-like ZX Calculus diagrams

Awesome Lists containing this project

README

        

# ZX Calculator

ZX Calculator is a tool for creating and manipulating graph-like ZX diagrams. This is the source code repository for [the online tool](https://zx.cduck.me).

[![screenshot](https://user-images.githubusercontent.com/2476062/222935780-f3faa5b7-8eac-4a2c-b418-eeb8d7c76622.png)](https://zx.cduck.me)

## Developer Setup

**Install build dependencies**
```sh
$ npm install
```

**Run local development server**
```sh
$ npm run dev
```

**Compile and minify for production**
```sh
$ npm run build
```