OSDN Git Service

Initial Commit
[qcad/qcad.git] / compiler / man / man1 / qcrun.1
1 .TH QCRUN\r
2 \r
3 .SH NAME\r
4 qcrun \- Quantum Circuit Runner\r
5         An interpreter for mcd code of QCAD\r
6 \r
7 .SH SYNOPSIS\r
8 .PP\r
9 qcrun [ \-hvV ] [ \-o \fIoutput.qdt\fP ] \fIsource\fP.mcd\r
10 \r
11 .SH DESCRIPTION\r
12 .PP\r
13 \fIqcrun\fP is an interpreter for the mcd code which is generated by\r
14 \fIQCAD\fP.\r
15 .PP\r
16 When you invoke \fIqcrun\fP with no option, it normally reads the input mcd\r
17 code, calculates and stores the result in the file whose name is specified\r
18 simply by replacing the suffix .mcd with .qdt, the general format of qubits\r
19 which is used in \fIQCAD\fP.\r
20 \r
21 .SH OPTIONS\r
22 Option Details\r
23 .TP\r
24 \-h\r
25 Print (on the standard output) a description of the command line options\r
26 understood by qcrun.\r
27 \r
28 .TP\r
29 \-v\r
30 Print (on the standard error output) the details of the interpretation,\r
31 which include the input file, the output file and the running states.\r
32 \r
33 .TP\r
34 \-V\r
35 Print (on the standard output) the version of this software.\r
36 \r
37 .TP\r
38 \-o \fIfile\fP\r
39 Place output the result of the calculation in file \fIfile\fP.\r
40 .IP\r
41 By default, \fIfile\fP is specified simply by replacing\r
42 the suffix .mcd with .qdt.\r
43 \r
44 .SH BUGS\r
45 For reporting bugs, please mail to\r
46     <\fBjun@bopper.t.u-tokyo.ac.jp\fP>\r
47 , or\r
48     <\fBkaityo@acolyte.t.u-tokyo.ac.jp\fP>\r
49 \r
50 .SH SEE ALSO\r
51 \fIqcpp\fP(1), \fIqcrun\fP(1), \fIQCAD\fP\r
52 \r
53 .SH AUTHOR\r
54 This document is written by J. Yamazaki.\r
55 \r
56 .SH COPYRIGHT\r
57 Copyright (c) 2002, 2003 QCAD project at the University of Tokyo,\r
58 Department of Applied Physics.\r
59 .PP\r
60 Permission is granted to distribute this document only if you've not changed\r
61 the contents of the package.\r
62 I hope this software will be distributed and/or modified under the term of\r
63 GNU Free Documentation License in the future, but not yet.\r
64 Please keep it in mind.\r
65 For more details, please see QCAD web site.\r
66 .PP\r
67 <http://acolyte.t.u-tokyo.ac.jp/~kaityo/qcad/>\r