OSDN Git Service

Initial Commit
authorH. Watanabe <kaityo@users.sourceforge.jp>
Fri, 17 Apr 2015 01:06:51 +0000 (10:06 +0900)
committerH. Watanabe <kaityo@users.sourceforge.jp>
Fri, 17 Apr 2015 01:06:51 +0000 (10:06 +0900)
commit265a1be866012d54742d448cf2cb555efff58c27
treefab478fdb89d17dfc1b17b4b1e8ef794065810a0
Initial Commit
260 files changed:
bmp/CCnot.bmp [new file with mode: 0644]
bmp/CRot.bmp [new file with mode: 0644]
bmp/Cnot.bmp [new file with mode: 0644]
bmp/Cswap.bmp [new file with mode: 0644]
bmp/Rot.bmp [new file with mode: 0644]
bmp/TextBox.bmp [new file with mode: 0644]
bmp/Walsh.bmp [new file with mode: 0644]
bmp/X.bmp [new file with mode: 0644]
bmp/Y.bmp [new file with mode: 0644]
bmp/Z.bmp [new file with mode: 0644]
bmp/arrow.bmp [new file with mode: 0644]
bmp/erase.bmp [new file with mode: 0644]
bmp/measure.bmp [new file with mode: 0644]
bmp/measure2.bmp [new file with mode: 0644]
bmp/not.bmp [new file with mode: 0644]
bmp/qcad.bmp [new file with mode: 0644]
bmp/swap.bmp [new file with mode: 0644]
calcunits/QBits.cpp [new file with mode: 0644]
calcunits/QBits.h [new file with mode: 0644]
calcunits/QC_all.h [new file with mode: 0644]
calcunits/QC_ccnot.cpp [new file with mode: 0644]
calcunits/QC_ccnot.h [new file with mode: 0644]
calcunits/QC_cnot.cpp [new file with mode: 0644]
calcunits/QC_cnot.h [new file with mode: 0644]
calcunits/QC_crot.cpp [new file with mode: 0644]
calcunits/QC_crot.h [new file with mode: 0644]
calcunits/QC_hadamard.cpp [new file with mode: 0644]
calcunits/QC_hadamard.h [new file with mode: 0644]
calcunits/QC_measure.cpp [new file with mode: 0644]
calcunits/QC_measure.h [new file with mode: 0644]
calcunits/QC_not.cpp [new file with mode: 0644]
calcunits/QC_not.h [new file with mode: 0644]
calcunits/QC_pauliX.cpp [new file with mode: 0644]
calcunits/QC_pauliX.h [new file with mode: 0644]
calcunits/QC_pauliY.cpp [new file with mode: 0644]
calcunits/QC_pauliY.h [new file with mode: 0644]
calcunits/QC_pauliZ.cpp [new file with mode: 0644]
calcunits/QC_pauliZ.h [new file with mode: 0644]
calcunits/QC_rot.cpp [new file with mode: 0644]
calcunits/QC_rot.h [new file with mode: 0644]
calcunits/QC_swap.cpp [new file with mode: 0644]
calcunits/QC_swap.h [new file with mode: 0644]
calcunits/QCalcManager.cpp [new file with mode: 0644]
calcunits/QCalcManager.h [new file with mode: 0644]
calcunits/QCalcUnit.cpp [new file with mode: 0644]
calcunits/QCalcUnit.h [new file with mode: 0644]
calcunits/makefile [new file with mode: 0644]
circuits/QBitbox.cpp [new file with mode: 0644]
circuits/QBitbox.h [new file with mode: 0644]
circuits/QCCnot.cpp [new file with mode: 0644]
circuits/QCCnot.h [new file with mode: 0644]
circuits/QCRot.cpp [new file with mode: 0644]
circuits/QCRot.h [new file with mode: 0644]
circuits/QCircuit.cpp [new file with mode: 0644]
circuits/QCircuit.h [new file with mode: 0644]
circuits/QCircuitAll.h [new file with mode: 0644]
circuits/QCnot.cpp [new file with mode: 0644]
circuits/QCnot.h [new file with mode: 0644]
circuits/QMeasure.cpp [new file with mode: 0644]
circuits/QMeasure.h [new file with mode: 0644]
circuits/QNot.cpp [new file with mode: 0644]
circuits/QNot.h [new file with mode: 0644]
circuits/QPauliX.cpp [new file with mode: 0644]
circuits/QPauliX.h [new file with mode: 0644]
circuits/QPauliY.cpp [new file with mode: 0644]
circuits/QPauliY.h [new file with mode: 0644]
circuits/QPauliZ.cpp [new file with mode: 0644]
circuits/QPauliZ.h [new file with mode: 0644]
circuits/QRot.cpp [new file with mode: 0644]
circuits/QRot.h [new file with mode: 0644]
circuits/QSwap.cpp [new file with mode: 0644]
circuits/QSwap.h [new file with mode: 0644]
circuits/QWalsh.cpp [new file with mode: 0644]
circuits/QWalsh.h [new file with mode: 0644]
circuits/makefile [new file with mode: 0644]
compiler/000.txt [new file with mode: 0644]
compiler/QCompiler.cpp [new file with mode: 0644]
compiler/QCompiler.h [new file with mode: 0644]
compiler/QCompilerCntl.cpp [new file with mode: 0644]
compiler/QCompilerCntl.h [new file with mode: 0644]
compiler/QCompilerCode.cpp [new file with mode: 0644]
compiler/QCompilerCode.h [new file with mode: 0644]
compiler/QParseInfo.cpp [new file with mode: 0644]
compiler/QParseInfo.h [new file with mode: 0644]
compiler/compiler_main.cpp [new file with mode: 0644]
compiler/makefile [new file with mode: 0644]
compiler/makefile_bcc [new file with mode: 0644]
compiler/man/man1/qcc.1 [new file with mode: 0644]
compiler/man/man1/qcpp.1 [new file with mode: 0644]
compiler/man/man1/qcrun.1 [new file with mode: 0644]
compiler/qcc [new file with mode: 0644]
compiler/qcpp.cpp [new file with mode: 0644]
compiler/qcrun.cpp [new file with mode: 0644]
compiler/sample.mcd [new file with mode: 0644]
compiler/sample.qcd [new file with mode: 0644]
htdocs/img/00new.png [new file with mode: 0644]
htdocs/img/01open.png [new file with mode: 0644]
htdocs/img/02save.png [new file with mode: 0644]
htdocs/img/03undo.png [new file with mode: 0644]
htdocs/img/04remove.png [new file with mode: 0644]
htdocs/img/05help.png [new file with mode: 0644]
htdocs/img/06run.png [new file with mode: 0644]
htdocs/img/07saveasbmp.png [new file with mode: 0644]
htdocs/img/08saveasps.png [new file with mode: 0644]
htdocs/img/arrow.png [new file with mode: 0644]
htdocs/img/ccnot.png [new file with mode: 0644]
htdocs/img/cnot.png [new file with mode: 0644]
htdocs/img/copy.png [new file with mode: 0644]
htdocs/img/crot.png [new file with mode: 0644]
htdocs/img/cswap.png [new file with mode: 0644]
htdocs/img/cut.png [new file with mode: 0644]
htdocs/img/download.png [new file with mode: 0644]
htdocs/img/edit.png [new file with mode: 0644]
htdocs/img/epsexport.png [new file with mode: 0644]
htdocs/img/erase.png [new file with mode: 0644]
htdocs/img/measure.png [new file with mode: 0644]
htdocs/img/measure2.png [new file with mode: 0644]
htdocs/img/measurement1.png [new file with mode: 0755]
htdocs/img/measurement2.png [new file with mode: 0755]
htdocs/img/measurement3.png [new file with mode: 0755]
htdocs/img/measurement4.png [new file with mode: 0755]
htdocs/img/mesure.png [new file with mode: 0644]
htdocs/img/mesure2.png [new file with mode: 0644]
htdocs/img/not.png [new file with mode: 0644]
htdocs/img/paste.png [new file with mode: 0644]
htdocs/img/qcad.png [new file with mode: 0644]
htdocs/img/qcad1.png [new file with mode: 0644]
htdocs/img/qcad2.png [new file with mode: 0644]
htdocs/img/qcad3.png [new file with mode: 0644]
htdocs/img/qcad4.png [new file with mode: 0644]
htdocs/img/qcadico48.png [new file with mode: 0644]
htdocs/img/qcadps.png [new file with mode: 0644]
htdocs/img/qcadr1.png [new file with mode: 0644]
htdocs/img/qcadr1_s.png [new file with mode: 0644]
htdocs/img/qcadr2.png [new file with mode: 0644]
htdocs/img/qcadr2_s.png [new file with mode: 0644]
htdocs/img/qcadr3.png [new file with mode: 0644]
htdocs/img/qcadr3_s.png [new file with mode: 0644]
htdocs/img/qcadr4.png [new file with mode: 0644]
htdocs/img/qcadr4_s.png [new file with mode: 0644]
htdocs/img/qcads.png [new file with mode: 0644]
htdocs/img/qcads_s.png [new file with mode: 0644]
htdocs/img/qgates.png [new file with mode: 0644]
htdocs/img/rot.png [new file with mode: 0644]
htdocs/img/swap.png [new file with mode: 0644]
htdocs/img/walsh.png [new file with mode: 0644]
htdocs/img/x.png [new file with mode: 0644]
htdocs/img/y.png [new file with mode: 0644]
htdocs/img/z.png [new file with mode: 0644]
htdocs/index.html [new file with mode: 0644]
htdocs/index_j.html [new file with mode: 0644]
htdocs/makefile [new file with mode: 0644]
htdocs/makehhc.rb [new file with mode: 0644]
htdocs/qcadhelp.hhp [new file with mode: 0644]
htdocs/qcadhelp.html [new file with mode: 0644]
htdocs/qcadhelp.rd [new file with mode: 0644]
htdocs/style.css [new file with mode: 0644]
makefile [new file with mode: 0644]
qcadwin/000.txt [new file with mode: 0644]
qcadwin/CPanel.cpp [new file with mode: 0644]
qcadwin/CPanel.dfm [new file with mode: 0644]
qcadwin/CPanel.h [new file with mode: 0644]
qcadwin/Graph.cpp [new file with mode: 0644]
qcadwin/Graph.dfm [new file with mode: 0644]
qcadwin/Graph.h [new file with mode: 0644]
qcadwin/HHelp.cpp [new file with mode: 0644]
qcadwin/HHelp.h [new file with mode: 0644]
qcadwin/Input.cpp [new file with mode: 0644]
qcadwin/Input.dfm [new file with mode: 0644]
qcadwin/Input.h [new file with mode: 0644]
qcadwin/New.cpp [new file with mode: 0644]
qcadwin/New.dfm [new file with mode: 0644]
qcadwin/New.h [new file with mode: 0644]
qcadwin/Param.cpp [new file with mode: 0644]
qcadwin/Param.dfm [new file with mode: 0644]
qcadwin/Param.h [new file with mode: 0644]
qcadwin/Preview.cpp [new file with mode: 0644]
qcadwin/Preview.dfm [new file with mode: 0644]
qcadwin/Preview.h [new file with mode: 0644]
qcadwin/QAbstractDraw.cpp [new file with mode: 0644]
qcadwin/QAbstractDraw.h [new file with mode: 0644]
qcadwin/QDraw.cpp [new file with mode: 0644]
qcadwin/QDraw.h [new file with mode: 0644]
qcadwin/QDrawGraph.cpp [new file with mode: 0644]
qcadwin/QDrawGraph.h [new file with mode: 0644]
qcadwin/QDrawHSVGraph.cpp [new file with mode: 0644]
qcadwin/QDrawHSVGraph.h [new file with mode: 0644]
qcadwin/QManager.cpp [new file with mode: 0644]
qcadwin/QManager.h [new file with mode: 0644]
qcadwin/QPSDraw.cpp [new file with mode: 0644]
qcadwin/QPSDraw.h [new file with mode: 0644]
qcadwin/QSelector.cpp [new file with mode: 0644]
qcadwin/QSelector.h [new file with mode: 0644]
qcadwin/QUndoManager.cpp [new file with mode: 0644]
qcadwin/QUndoManager.h [new file with mode: 0644]
qcadwin/StrUtils.cpp [new file with mode: 0644]
qcadwin/StrUtils.h [new file with mode: 0644]
qcadwin/Version.cpp [new file with mode: 0644]
qcadwin/Version.dfm [new file with mode: 0644]
qcadwin/Version.h [new file with mode: 0644]
qcadwin/bitmap.rc [new file with mode: 0644]
qcadwin/bitmap.res [new file with mode: 0644]
qcadwin/icon/00new.bmp [new file with mode: 0644]
qcadwin/icon/01open.bmp [new file with mode: 0644]
qcadwin/icon/02save.bmp [new file with mode: 0644]
qcadwin/icon/03undo.bmp [new file with mode: 0644]
qcadwin/icon/04remove.bmp [new file with mode: 0644]
qcadwin/icon/05help.bmp [new file with mode: 0644]
qcadwin/icon/06run.bmp [new file with mode: 0644]
qcadwin/icon/07saveasbmp.bmp [new file with mode: 0644]
qcadwin/icon/08saveasps.bmp [new file with mode: 0644]
qcadwin/icon/copy.bmp [new file with mode: 0644]
qcadwin/icon/cut.bmp [new file with mode: 0644]
qcadwin/icon/edit.bmp [new file with mode: 0644]
qcadwin/icon/oldicon.ico [new file with mode: 0644]
qcadwin/icon/oldicon16.ico [new file with mode: 0644]
qcadwin/icon/paste.bmp [new file with mode: 0644]
qcadwin/icon/qcadico.ai [new file with mode: 0644]
qcadwin/icon/qcadico.ico [new file with mode: 0644]
qcadwin/icon/qcadico.png [new file with mode: 0644]
qcadwin/icon/qcadico16.ai [new file with mode: 0644]
qcadwin/icon/qcadico16.png [new file with mode: 0644]
qcadwin/icon/qcadico32.png [new file with mode: 0644]
qcadwin/icon/qcadico48.png [new file with mode: 0644]
qcadwin/main.cpp [new file with mode: 0644]
qcadwin/main.dfm [new file with mode: 0644]
qcadwin/main.h [new file with mode: 0644]
qcadwin/makefile [new file with mode: 0644]
qcadwin/qcad.bpr [new file with mode: 0644]
qcadwin/qcad.cpp [new file with mode: 0644]
qcadwin/qcad.mak [new file with mode: 0644]
qcadwin/qcad.res [new file with mode: 0644]
qcadwin/sample1.mcd [new file with mode: 0644]
qcadwin/sample1.qcd [new file with mode: 0644]
qcadwin/swap_endian.h [new file with mode: 0644]
qcadwin/undo/QUndoAdd.cpp [new file with mode: 0644]
qcadwin/undo/QUndoAdd.h [new file with mode: 0644]
qcadwin/undo/QUndoInsertColumn.cpp [new file with mode: 0644]
qcadwin/undo/QUndoInsertColumn.h [new file with mode: 0644]
qcadwin/undo/QUndoModify.cpp [new file with mode: 0644]
qcadwin/undo/QUndoModify.h [new file with mode: 0644]
qcadwin/undo/QUndoQuitSelect.cpp [new file with mode: 0644]
qcadwin/undo/QUndoQuitSelect.h [new file with mode: 0644]
qcadwin/undo/QUndoRemove.cpp [new file with mode: 0644]
qcadwin/undo/QUndoRemove.h [new file with mode: 0644]
qcadwin/undo/QUndoUnit.cpp [new file with mode: 0644]
qcadwin/undo/QUndoUnit.h [new file with mode: 0644]
qclib/makefile [new file with mode: 0644]
qclib/qcbitcalc.h [new file with mode: 0644]
qclib/qccalccore.h [new file with mode: 0644]
qclib/qclib.cpp [new file with mode: 0644]
qclib/qclib.h [new file with mode: 0644]
qclib/qcunitcalc.h [new file with mode: 0644]
qclibmpi/main.cc [new file with mode: 0644]
qclibmpi/makefile [new file with mode: 0644]
release/LICENSE.TXT [new file with mode: 0644]
release/README.TXT [new file with mode: 0644]
release/makefile [new file with mode: 0644]
samples/qft3iqft.qcd [new file with mode: 0644]
samples/sample1.qcd [new file with mode: 0644]