Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 436 Bytes

cljquil

A Clojure library for quantum programming using Quil.

Installation

  1. Install Leiningen. Look at INSTALLING CLOJURE ON UBUNTU for help.

  2. Open ~/.jquilconfig.properties and enter your Forest User Id and API key:

    user_id=<YOUR USER ID>
    api_key=<YOUR API KEY>   ```
    
    
    

Usage

Clone this repository, cd into it and execute lein run