Skip to content
/ zx Public
forked from cda-tum/zx

MQT ZX - A library for working with ZX-diagrams

License

Notifications You must be signed in to change notification settings

MarlQ/zx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS License: MIT CI codecov

MQT ZX - A library for working with ZX-diagrams

A library for working with ZX-diagrams developed by the Chair for Design Automation at the Technical University of Munich as part of the Munich Quantum Toolkit (MQT).

If you have any questions, feel free to contact us via quantum.cda@xcit.tum.de or by creating an issue on GitHub.

System Requirements and Building

The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.14.

To get the most out of this library it is recommended to have the GMP library installed.

Building tests

From the project root, run:

Configuration: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_ZX_TESTS=ON -S . -B build

Compiling: cmake --build build --config Release --target zx_test

About

MQT ZX - A library for working with ZX-diagrams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.7%
  • CMake 7.3%