Skip to content

QITKAT/gr-qitkat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This file is part of QITKAT.

QITKAT is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

QITKAT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with QITKAT.  If not, see <http://www.gnu.org/licenses/>.


QITKAT - Quantum Information ToolKit for Application Testing

Started 23 Nov 2010 
Travis S. Humble
Oak Ridge National Laboratory
U. S. Department of Energy

Installation:
We do not require any dependencies other than those for GNU Radio.

Like GNU Radio, we use CMake. A typical installation process looks like
the following:

$ mkdir build
$ cd build
$ cmake ../
$ make
$ make test
$ sudo make install

Known Issues:
- The block ecc_repetition_decode seems to drop samples for k>7. A
  work around for this issue is to manually set the buffer size of the
  sdc_decode block in the flowgraph.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.5%
  • CMake 22.3%
  • Python 18.2%