项目作者: QC-at-Davis

项目描述 :
The Quantum Computing Codex
高级语言:
项目地址: git://github.com/QC-at-Davis/QCC.git
创建时间: 2020-02-06T01:12:03Z
项目社区:https://github.com/QC-at-Davis/QCC

开源协议:

下载


Quantum Computing Codex (QCC)

A resource for the aspiring Quantum Software Developer, developed by Quantum Computing at Davis (QCaD).

NOTE: This book is under active development and revision and is subject to change without notice.

CURRENT STATUS

Github has made some changes that have caused the live version of the text to fail. Rest assured, work is under way to have this fixed as soon as possible before new content is added.

Requirements

You’ll need the Rust compiler and an associated package known as mdbook which renders the markdown files.

To install Rust, follow this link

Once that’s installed you can install mdbook here

Using the Book

Clone this repository to a desired directory on your system, then navigate to that directory using your command line and run the following in that repository:

  1. mdbook serve

This launches a local server. You can go to any browser of your choice and type in the following as a URL:

  1. localhost:3000

The book should load within your browser