-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
33 lines (27 loc) · 1.13 KB
/
INSTALL
File metadata and controls
33 lines (27 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# File: qasm2circ/INSTALL
# Date: 23-Mar-04
# Author: I. Chuang <ichuang@mit.edu>
#
-----------------------------------------------------------------------------
REQUIREMENTS:
- latex2e with xypic (included in tetex)
- python version 2.3 or greater
- ghostscript (and epstopdf)
- netpbm (for creation of png files)
-----------------------------------------------------------------------------
LIST OF FILES:
README - this file
meter.epsf - picture of measurement meter
qasm2pdf - script to create PDF from QASM file
qasm2png - script to create PNG from QASM file
qasm2tex.py - main python program to convert QASM to latex file
samples - directory containing examples
xyqcirc.tex - latex macros necessary to compile the latex files
-----------------------------------------------------------------------------
INSTALLATION INSTRUCTIONS:
untar/unzip this distribution; it creates the directory qasm2circ with
all of the files. Copy your qasm file into this directory, and run
qasm2pdf or qasm2png to create the desired output. You may also run
"python qasm2tex.py foo.qasm" to generate just the tex file (it will
appear on stdout).