Skip to content

Commit 8e4ab7e

Browse files
committedFeb 9, 2021
Under-the-hood performance update
Signed-off-by: Lukas Burgholzer <[email protected]>
1 parent d010031 commit 8e4ab7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
44
endif()
55

66
project(qcec
7-
VERSION 1.7.1
7+
VERSION 1.7.2
88
DESCRIPTION "QCEC - A JKQ tool for Quantum Circuit Equivalence Checking"
99
LANGUAGES CXX)
1010

‎extern/qfr

Submodule qfr updated from ba7bcfc to 3e6485d

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def build_extension(self, ext):
6666

6767
setup(
6868
name='jkq.qcec',
69-
version='1.7.1',
69+
version='1.7.2',
7070
author='Lukas Burgholzer',
7171
author_email='lukas.burgholzer@jku.at',
7272
description='QCEC - A JKQ tool for Quantum Circuit Equivalence Checking',

0 commit comments

Comments
 (0)
Please sign in to comment.