-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Infra] Use custom docker image in CI #35
Closed
Closed
Changes from all commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
6377bc9
constructors
jpmoutinho 383c6f1
Digital decomposition, operations and Braket backend
15c475e
Add measurements.
RolandMacDoland cd533af
Merge branch 'main' into jm/constructors
jpmoutinho 9c28a60
Merge pull request #11 from pasqal-io/jm/constructors
jpmoutinho 0a63666
Merge pull request #12 from pasqal-io/md/contribution
madagra f2a491f
dominik files
dominikandreasseitz bae5688
pyqtorch; draw; models; transpile
nmheim e6835e9
Merge pull request #13 from pasqal-io/ds/dominik
dominikandreasseitz 145ef6b
Added infrastructure and build files
b8ee23a
Cleanup
dominikandreasseitz 943dece
block_to_tensor
dominikandreasseitz 9192e8b
matrixblock
dominikandreasseitz bc48393
add utils.py file
c2b6b6f
new draw; more blocks
nmheim 35163e5
Merge pull request #14 from pasqal-io/em/blocks_utils
Doomsk dd4e621
Add README. (#15)
RolandMacDoland cf5b3fb
remaining backends files
dominikandreasseitz 560b3c2
Rg/add readme (#16)
RolandMacDoland 1f1c65d
gpsr algorithm
vytautas-a 73825cf
pulser backend
vytautas-a a85c79b
draw requirements; install instructions
nmheim c1c4461
Merge branch 'main' of github.com:pasqal-io/qadence
nmheim c36f97b
Remove refs to private repo.
RolandMacDoland d73b9a1
Create a coverage report as XML file.
RolandMacDoland 7735a80
Added main utility modules
6d785c7
Added main utility modules
e87857c
Update pyproject.toml
jpmoutinho 14ea1e5
added co-author
vytautas-a 24120f7
Added abstract block
a147753
Merge branch 'main' of github.com:pasqal-io/qadence
dominikandreasseitz 5469129
Add pytorchwrapper and embedding.
dominikandreasseitz 9599fd5
Add errors module. (#17)
RolandMacDoland 5223ce7
Lint on pushes to main.
RolandMacDoland cd6d3fa
Adjust to new drawing module
dominikandreasseitz d4ea303
Block transpile fill_identities
dominikandreasseitz b7deb6a
Remove drawing from abstractblock
dominikandreasseitz 34cadc9
Remove drawing from analogblock
dominikandreasseitz 0d87bda
Remove drawing from compositeblock
dominikandreasseitz 746aa0d
Remove drawing from primitiveblock
dominikandreasseitz 3083768
fix test_circuit
dominikandreasseitz a25cc4e
Cleanup files
dominikandreasseitz ae6db09
Rename namespace
dominikandreasseitz d799bb0
Update pre-commits. (#18)
RolandMacDoland 3a30973
Docs, examples, correct expectation shape (#31)
nmheim f2f9baa
test nvidia docker image
dominikandreasseitz 8c245d7
test new image
dominikandreasseitz 2a3a40d
don't exclude py files in docs forlder
nmheim 4cbb744
try container
dominikandreasseitz 8d18658
pytorch linux
dominikandreasseitz 3fffec0
setup
dominikandreasseitz a4ee17f
try again
dominikandreasseitz 540ced4
no mac
dominikandreasseitz 8e55e01
Docs suggestions. (#33)
RolandMacDoland bc1bd5e
Update README and `docs/index.md` (#38)
nmheim 85c30fa
Changing Pulser backend defaults and improved documentation (#37)
madagra c055c3c
code of conduct and contributing
dominikandreasseitz 44a5a88
fix occurrence
dominikandreasseitz 479c7fb
license file
dominikandreasseitz be69972
suggestions
dominikandreasseitz ec11338
license
dominikandreasseitz dc6d8c9
Add LICENSE, CODE_OF_CONDUCT, CONTRIBUTING
dominikandreasseitz fabcde1
Correctly draw analog blocks; improve HamEvo drawings (#36)
nmheim 8d1753f
Add LICENSE, CODE_OF_CONDUCT, CONTRIBUTING file
dominikandreasseitz 9fb0afe
Merge branch 'main' into ds/conduct
dominikandreasseitz a6b51bf
Add CODE_OF_CONDUCT, CONTRIBUTING, LICENSE files
dominikandreasseitz e95569c
Docs reviews (#43)
RolandMacDoland be7715c
Merge branch 'main' into ds/nvidia_docker
dominikandreasseitz 939362e
test image
dominikandreasseitz 88c3d88
test target
dominikandreasseitz 91048d0
no docs
dominikandreasseitz ee6dd86
no matrix
dominikandreasseitz da5db51
dont test docs
dominikandreasseitz f7d7618
ubuntu-latest
dominikandreasseitz 3240629
new docker
dominikandreasseitz 5dabaf1
test again
dominikandreasseitz d016f78
indent
dominikandreasseitz 5324394
s
dominikandreasseitz f4ead57
different
dominikandreasseitz 3063363
different target
dominikandreasseitz ff96f7a
another run
dominikandreasseitz 5102b48
[Docs,Infra] Build documentation (#57)
nmheim 3d8da95
fix links index
jpmoutinho a1f3fb1
Merge branch 'main' of github.com:pasqal-io/qadence
jpmoutinho 97f6c2b
fast docker
dominikandreasseitz 5ffe1d6
again
dominikandreasseitz 01bbfb6
correct
dominikandreasseitz 25b3bfa
once again
dominikandreasseitz 34c1adb
[Docs] Harmonise README with docs (#55)
RolandMacDoland 8f41c44
new image
dominikandreasseitz 90c624c
Merge branch 'main' into ds/nvidia_docker
dominikandreasseitz ee48d83
try after merge
dominikandreasseitz 88f0fe7
new
dominikandreasseitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: Build documentation | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
workflow_dispatch: {} | ||
|
||
concurrency: | ||
group: docs-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test_qadence_ubuntu: | ||
name: Test Qadence docs (ubuntu) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
- name: Install JetBrains Mono font | ||
run: | | ||
sudo apt install -y wget unzip fontconfig | ||
wget https://download.jetbrains.com/fonts/JetBrainsMono-2.304.zip | ||
unzip JetBrainsMono-2.304.zip -d JetBrainsMono | ||
mkdir -p /usr/share/fonts/truetype/jetbrains | ||
cp JetBrainsMono/fonts/ttf/*.ttf /usr/share/fonts/truetype/jetbrains/ | ||
fc-cache -f -v | ||
|
||
- name: Install graphviz | ||
run: sudo apt-get install -y graphviz | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
|
||
- name: Install Hatch | ||
run: | | ||
pip install hatch | ||
|
||
- name: Build docs | ||
if: ${{ !startsWith(github.ref, 'ref/tags/v') }} | ||
run: | | ||
hatch -v run docs:build | ||
|
||
- name: Deploy docs | ||
if: startsWith(github.ref, 'ref/tags/v') | ||
run: | | ||
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV | ||
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
mike deploy --push --update-aliases $VERSION latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment include: | ||
|
||
- Using welcoming and inclusive language | ||
- Being respectful of differing viewpoints and experiences | ||
- Gracefully accepting constructive criticism | ||
- Focusing on what is best for the community | ||
- Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
- The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
- Trolling, insulting/derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or electronic address, without explicit permission | ||
- Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dominikandreasseitz are you going to have also a
_39
version of the image?