diff --git a/src/python/OpenSquirrel/.devcontainer/Dockerfile b/.devcontainer/Dockerfile similarity index 100% rename from src/python/OpenSquirrel/.devcontainer/Dockerfile rename to .devcontainer/Dockerfile diff --git a/src/python/OpenSquirrel/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json similarity index 100% rename from src/python/OpenSquirrel/.devcontainer/devcontainer.json rename to .devcontainer/devcontainer.json diff --git a/src/python/OpenSquirrel/.editorconfig b/.editorconfig similarity index 100% rename from src/python/OpenSquirrel/.editorconfig rename to .editorconfig diff --git a/src/cpp/func-gen/.github/actions/cpp-tests/action.yaml b/.github/actions/cpp-tests-func-gen/action.yaml similarity index 100% rename from src/cpp/func-gen/.github/actions/cpp-tests/action.yaml rename to .github/actions/cpp-tests-func-gen/action.yaml diff --git a/src/cpp/libqasm/.github/actions/cpp-tests/action.yaml b/.github/actions/cpp-tests-libqasm/action.yaml similarity index 100% rename from src/cpp/libqasm/.github/actions/cpp-tests/action.yaml rename to .github/actions/cpp-tests-libqasm/action.yaml diff --git a/src/cpp/qx-simulator/.github/actions/cpp-tests/action.yaml b/.github/actions/cpp-tests-qx-simulator/action.yaml similarity index 100% rename from src/cpp/qx-simulator/.github/actions/cpp-tests/action.yaml rename to .github/actions/cpp-tests-qx-simulator/action.yaml diff --git a/src/cpp/tree-gen/.github/actions/cpp-tests/action.yaml b/.github/actions/cpp-tests-tree-gen/action.yaml similarity index 100% rename from src/cpp/tree-gen/.github/actions/cpp-tests/action.yaml rename to .github/actions/cpp-tests-tree-gen/action.yaml diff --git a/src/cpp/libqasm/.github/actions/python-tests/action.yaml b/.github/actions/python-tests-libqasm/action.yaml similarity index 100% rename from src/cpp/libqasm/.github/actions/python-tests/action.yaml rename to .github/actions/python-tests-libqasm/action.yaml diff --git a/src/cpp/qx-simulator/.github/actions/python-tests/action.yaml b/.github/actions/python-tests-qx-simulator/action.yaml similarity index 100% rename from src/cpp/qx-simulator/.github/actions/python-tests/action.yaml rename to .github/actions/python-tests-qx-simulator/action.yaml diff --git a/src/python/OpenSquirrel/.github/dependabot.yaml b/.github/dependabot.yaml similarity index 100% rename from src/python/OpenSquirrel/.github/dependabot.yaml rename to .github/dependabot.yaml diff --git a/src/cpp/libqasm/.github/workflows/assets.yml b/.github/workflows/assets-libqasm.yaml similarity index 100% rename from src/cpp/libqasm/.github/workflows/assets.yml rename to .github/workflows/assets-libqasm.yaml diff --git a/src/cpp/qx-simulator/.github/workflows/assets.yml b/.github/workflows/assets-qx-simulator.yaml similarity index 100% rename from src/cpp/qx-simulator/.github/workflows/assets.yml rename to .github/workflows/assets-qx-simulator.yaml diff --git a/src/cpp/func-gen/.github/workflows/test.yml b/.github/workflows/test-func-gen.yaml similarity index 93% rename from src/cpp/func-gen/.github/workflows/test.yml rename to .github/workflows/test-func-gen.yaml index 05c82bd7..6f2993b2 100644 --- a/src/cpp/func-gen/.github/workflows/test.yml +++ b/.github/workflows/test-func-gen.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-func-gen with: build_type: ${{ matrix.build_type }} c_compiler: ${{ matrix.c_compiler }} @@ -47,7 +47,7 @@ jobs: brew install bison flex echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH echo "/usr/local/opt/flex/bin" >> $GITHUB_PATH - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-func-gen with: build_type: ${{ matrix.build_type }} conan_profile: tests-${{ matrix.build_type }}-apple_clang-macos-x64 @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey key: ${{ runner.os }}-chocolatey-cpp-0 @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-chocolatey- - name: Install dependencies run: choco install winflexbison3 --version 2.5.24.20210105 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-func-gen with: build_type: ${{ matrix.build_type }} conan_profile: tests-${{ matrix.build_type }}-msvc-windows-x64 @@ -99,7 +99,7 @@ jobs: run: | apt-get update apt-get install -y bison flex - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-func-gen with: build_type: Release conan_profile: tests-${{ matrix.build_type }}-gcc-linux-arm64 @@ -123,7 +123,7 @@ jobs: echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH shell: bash - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-func-gen with: build_type: Release conan_profile: tests-${{ matrix.build_type }}-apple_clang-macos-arm64 diff --git a/src/cpp/libqasm/.github/workflows/test.yml b/.github/workflows/test-libqasm.yaml similarity index 94% rename from src/cpp/libqasm/.github/workflows/test.yml rename to .github/workflows/test-libqasm.yaml index cb6862bb..49cc42b5 100644 --- a/src/cpp/libqasm/.github/workflows/test.yml +++ b/.github/workflows/test-libqasm.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-libqasm with: build_type: Release conan_profile_host: conan/profiles/release-gcc-linux-x64-shared @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-libqasm with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-${{ matrix.compiler }}-linux-x64 @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-libqasm with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-apple_clang-macos-x64 @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-libqasm with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-msvc-windows-x64 @@ -104,7 +104,7 @@ jobs: - name: Add Conan to path run: | echo "${HOME}/.local/bin" >> $GITHUB_PATH - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-libqasm with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-gcc-linux-arm64 @@ -130,7 +130,7 @@ jobs: brew install java echo "$(brew --prefix java)/bin" >> $GITHUB_PATH shell: bash - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-libqasm with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-apple_clang-macos-arm64 @@ -195,7 +195,7 @@ jobs: run: | echo "LIBQASM_BUILD_TYPE=Debug" >> $GITHUB_ENV shell: bash - - uses: ./.github/actions/python-tests + - uses: ./.github/actions/python-tests-libqasm with: shell: bash @@ -213,7 +213,7 @@ jobs: run: | echo "LIBQASM_BUILD_TYPE=Debug" >> $GITHUB_ENV shell: bash - - uses: ./.github/actions/python-tests + - uses: ./.github/actions/python-tests-libqasm with: shell: bash @@ -227,7 +227,7 @@ jobs: run: | echo "LIBQASM_BUILD_TYPE=Release" >> $env:GITHUB_ENV shell: powershell - - uses: ./.github/actions/python-tests + - uses: ./.github/actions/python-tests-libqasm with: shell: bash diff --git a/src/python/OpenSquirrel/.github/workflows/tests.yaml b/.github/workflows/test-opensquirrel.yaml similarity index 100% rename from src/python/OpenSquirrel/.github/workflows/tests.yaml rename to .github/workflows/test-opensquirrel.yaml diff --git a/src/cpp/qx-simulator/.github/workflows/test.yml b/.github/workflows/test-qx-simulator.yaml similarity index 91% rename from src/cpp/qx-simulator/.github/workflows/test.yml rename to .github/workflows/test-qx-simulator.yaml index 36638aaa..323f60c2 100644 --- a/src/cpp/qx-simulator/.github/workflows/test.yml +++ b/.github/workflows/test-qx-simulator.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-qx-simulator with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-${{ matrix.compiler }}-linux-x64 @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-qx-simulator with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-apple_clang-macos-x64 @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-qx-simulator with: build_type: ${{ matrix.build_type }} conan_profile_host: conan/profiles/tests-${{ matrix.build_type }}-msvc-windows-x64 @@ -83,7 +83,7 @@ jobs: - name: Add Conan to path run: | echo "${HOME}/.local/bin" >> $GITHUB_PATH - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-qx-simulator with: build_type: Release conan_profile_host: conan/profiles/tests-release-gcc-linux-arm64 @@ -103,7 +103,7 @@ jobs: brew install java echo "$(brew --prefix java)/bin" >> $GITHUB_PATH shell: bash - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-qx-simulator with: build_type: Release conan_profile_host: conan/profiles/tests-release-apple_clang-macos-arm64 @@ -119,7 +119,7 @@ jobs: run: | sudo apt-get install -y swig shell: bash - - uses: ./.github/actions/python-tests + - uses: ./.github/actions/python-tests-qx-simulator with: shell: bash @@ -133,7 +133,7 @@ jobs: run: | brew install swig shell: bash - - uses: ./.github/actions/python-tests + - uses: ./.github/actions/python-tests-qx-simulator with: shell: bash @@ -143,7 +143,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/python-tests + - uses: ./.github/actions/python-tests-qx-simulator with: shell: bash diff --git a/src/cpp/tree-gen/.github/workflows/test.yml b/.github/workflows/test-tree-gen.yaml similarity index 93% rename from src/cpp/tree-gen/.github/workflows/test.yml rename to .github/workflows/test-tree-gen.yaml index 92e53044..f81825cb 100644 --- a/src/cpp/tree-gen/.github/workflows/test.yml +++ b/.github/workflows/test-tree-gen.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-tree-gen with: build_type: ${{ matrix.build_type }} conan_profile: conan/profiles/tests-${{ matrix.build_type }}-${{ matrix.compiler }}-linux-x64 @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-tree-gen with: build_type: ${{ matrix.build_type }} conan_profile: conan/profiles/tests-${{ matrix.build_type }}-apple_clang-macos-x64 @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-tree-gen with: build_type: ${{ matrix.build_type }} conan_profile: conan/profiles/tests-${{ matrix.build_type }}-msvc-windows-x64 @@ -86,7 +86,7 @@ jobs: - name: Add Conan to path run: | echo "${HOME}/.local/bin" >> $GITHUB_PATH - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-tree-gen with: build_type: ${{ matrix.build_type }} conan_profile: conan/profiles/tests-${{ matrix.build_type }}-gcc-linux-arm64 @@ -110,7 +110,7 @@ jobs: echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH shell: bash - - uses: ./.github/actions/cpp-tests + - uses: ./.github/actions/cpp-tests-tree-gen with: build_type: ${{ matrix.build_type }} conan_profile: conan/profiles/tests-${{ matrix.build_type }}-apple_clang-macos-arm64 diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..15c96c2b --- /dev/null +++ b/.gitignore @@ -0,0 +1,111 @@ +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,jetbrains+all +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,jetbrains+all + +### JetBrains+all ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### JetBrains+all Patch ### +# Ignore everything but code style settings and run configurations +# that are supposed to be shared within teams. + +.idea/* + +!.idea/codeStyles +!.idea/runConfigurations + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,jetbrains+all diff --git a/src/python/OpenSquirrel/mkdocs.yaml b/mkdocs.yaml similarity index 100% rename from src/python/OpenSquirrel/mkdocs.yaml rename to mkdocs.yaml diff --git a/src/cpp/.gitignore b/src/cpp/.gitignore new file mode 100644 index 00000000..d267e3f2 --- /dev/null +++ b/src/cpp/.gitignore @@ -0,0 +1,226 @@ +# Created by https://www.toptal.com/developers/gitignore/api/cmake,c++,python +# Edit at https://www.toptal.com/developers/gitignore?templates=cmake,c++,python + +### C++ ### +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +### CMake ### +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +### CMake Patch ### +# External projects +*-prefix/ + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ + +### Python Patch ### +# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration +poetry.toml + +# ruff +.ruff_cache/ + +# LSP config files +pyrightconfig.json + +# End of https://www.toptal.com/developers/gitignore/api/cmake,c++,python diff --git a/src/cpp/libqasm/LICENSE.md b/src/cpp/libqasm/LICENSE.md deleted file mode 100644 index 585f69aa..00000000 --- a/src/cpp/libqasm/LICENSE.md +++ /dev/null @@ -1,13 +0,0 @@ -Copyright [2018] [QCA Lab, QuTech, TU Delft] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/src/cpp/qx-simulator/.gitignore b/src/cpp/qx-simulator/.gitignore deleted file mode 100644 index 29bb1882..00000000 --- a/src/cpp/qx-simulator/.gitignore +++ /dev/null @@ -1,19 +0,0 @@ -# Build -build -cbuild -pybuild -*.pyc -__pycache__ -.eggs - -# CMake -CMakeUserPresets.json - -# CLion -/.idea -/cmake-build-* - -*.code-workspace - -# Conan -conan_provider.cmake diff --git a/src/cpp/qx-simulator/AUTHORS b/src/cpp/qx-simulator/AUTHORS deleted file mode 100644 index 84b1a3af..00000000 --- a/src/cpp/qx-simulator/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -- Nader Khammassi [ nader.khammassi@gmail.com ] -- Imran Ashraf [ iimran.aashraf@gmail.com ] -- Jeroen van Straten [ j.vanstraten@tudelft.nl ] -- Pablo Le Henaff [ p.lehenaff@tudelft.nl ] \ No newline at end of file diff --git a/src/cpp/qx-simulator/LICENSE.md b/src/cpp/qx-simulator/LICENSE.md deleted file mode 100644 index 5f58cba4..00000000 --- a/src/cpp/qx-simulator/LICENSE.md +++ /dev/null @@ -1,13 +0,0 @@ -Copyright [2016] [Nader Khammassi, QuTech, TU Delft] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/src/cpp/tree-gen/.gitignore b/src/cpp/tree-gen/.gitignore deleted file mode 100644 index ff56d205..00000000 --- a/src/cpp/tree-gen/.gitignore +++ /dev/null @@ -1,93 +0,0 @@ -__pycache__/ -*.py[cod] -*$py.class -env - -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app -doc/qtools/gcopy -doc/qtools/gdeebnf -doc/qtools/gdeempty -doc/qtools/gsample -doc/qtools/gsqueeze -doc/qtools/gstartfollow -doc/qtools/gstats -*.bak - -# Add bin directories -bin -*/bin -*/bin/* - -# Add build directories -build -*build -build* -dist -libQasm/* -*libQasm - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -*.egg-info/ -.installed.cfg -*.egg - -# Add Flex and Bison generated sources -*.tab.* -*.yy.* -log -*.dot -*.output -*.png - -# Add swig generated sources -library/**/*_swig* - -# CLion generated/project files -.idea/ -cmake-build-*/ -venv/ diff --git a/src/cpp/tree-gen/LICENSE.md b/src/cpp/tree-gen/LICENSE.md deleted file mode 100644 index 43a34ab6..00000000 --- a/src/cpp/tree-gen/LICENSE.md +++ /dev/null @@ -1,13 +0,0 @@ -Copyright [2020] [QCA Lab, QuTech, TU Delft] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/src/python/OpenSquirrel/.gitignore b/src/python/.gitignore similarity index 87% rename from src/python/OpenSquirrel/.gitignore rename to src/python/.gitignore index 6f903a9e..ad4a1f17 100644 --- a/src/python/OpenSquirrel/.gitignore +++ b/src/python/.gitignore @@ -1,3 +1,7 @@ +# Created by https://www.toptal.com/developers/gitignore/api/python +# Edit at https://www.toptal.com/developers/gitignore?templates=python + +### Python ### # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -68,8 +72,8 @@ instance/ # Scrapy stuff: .scrapy -# MkDocs documentation -site/ +# Sphinx documentation +docs/_build/ # PyBuilder .pybuilder/ @@ -153,9 +157,20 @@ dmypy.json cython_debug/ # PyCharm -.idea/ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +### Python Patch ### +# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration +poetry.toml + +# ruff +.ruff_cache/ + +# LSP config files +pyrightconfig.json + +# End of https://www.toptal.com/developers/gitignore/api/python diff --git a/src/python/OpenSquirrel/LICENSE.md b/src/python/OpenSquirrel/LICENSE.md deleted file mode 100644 index 00646403..00000000 --- a/src/python/OpenSquirrel/LICENSE.md +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2023 Quantum Inspire: QuTech (TNO, TU Delft) - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License.