File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ python -m pip install qdk-chemistry
3030
3131The pip installation of QDK/Chemistry currently has the following system requirements:
3232
33- - Python 3.10 - 3.13
33+ - Python 3.10+
3434- OS Support:
3535 - Windows via [ the Windows Subsystem for Linux (WSL)] ( https://learn.microsoft.com/windows/wsl/install )
3636 - x86_64
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
2- project (qdk VERSION 1.0.0 LANGUAGES CXX C )
2+ project (qdk VERSION 1.0.1 LANGUAGES CXX C )
33set (CMAKE_CXX_STANDARD 20)
44set (CMAKE_CXX_STANDARD_REQUIRED ON )
55
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Version 1.0.1
6+ =============
7+
8+ - Added support for Python 3.10
9+ - Enhanced INSTALL.md with clearer installation steps
10+
511Version 1.0.0
612=============
713
Original file line number Diff line number Diff line change 1818project = "qdk-chemistry"
1919copyright = "Microsoft Corporation. All rights reserved. Licensed under the MIT License"
2020author = "QDK/Chemistry Team"
21- release = "1.0.0 "
21+ release = "1.0.1 "
2222
2323# -----------------------------------------------------------------------------
2424# Perform initial setup and tests
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
2- project (qdk_chemistry_python VERSION 1.0.0 LANGUAGES CXX )
2+ project (qdk_chemistry_python VERSION 1.0.1 LANGUAGES CXX )
33
44# Set default build type to Release if not specified
55if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies = [
4545]
4646description = " Quantum Development Kit - Chemistry Library"
4747license = { file = " LICENSE.txt" }
48- version = " 1.0.0 "
48+ version = " 1.0.1 "
4949name = " qdk-chemistry"
5050readme = " README.md"
5151requires-python = " >=3.10"
Original file line number Diff line number Diff line change 55# Licensed under the MIT License. See LICENSE.txt in the project root for license information.
66# --------------------------------------------------------------------------------------------
77
8- __version__ = "1.0.0 "
8+ __version__ = "1.0.1 "
99
1010import contextlib
1111import os
You can’t perform that action at this time.
0 commit comments