Skip to content
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

✨ Further plotting and experimental analysis #115

Merged
merged 2 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
python -c "import piel"
python -c "import piel.experimental"
python -c "import piel.visual"

- name: Install dependencies
run: |
Expand All @@ -39,3 +40,4 @@ jobs:
run: |
python -c "import piel"
python -c "import piel.experimental"
python -c "import piel.visual"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ quantum, and more.
- Co-simulation and optimisation between integrated photonic and
electronic chip design.
- System interconnection modelling in multiple domains.
- Experimental and simulation data integration and management.
- Experimental and simulation metadata/data management & integration.
- Chip and interposer design integration.
- Co-design components to circuits flow.
- Maintain a multi-tool dependency design environment.
Expand Down
1 change: 1 addition & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Target functionality
- Co-simulation and optimisation between integrated photonic and
electronic chip design.
- System interconnection modelling in multiple domains.
- Experimental and simulation metadata/data management & integration.
- Chip and interposer design integration.
- Co-design components to circuits flow.
- Maintain a multi-tool dependency design environment.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@

versionwarning_admonition_type = "tip"
versionwarning_messages = {
'latest': 'You are reading the "latest" pip-unreleased version of this documentation.'
' See the stable branch for the latest release.',
"develop": 'You are reading the "develop" pip-unreleased version of this documentation.'
" See the ``stable`` branch for the stable release.",
"latest": 'You are reading the "latest" pip-unreleased version of this documentation.'
" See the ``stable`` branch for the latest release.",
}
versionwarning_admonition_type = 'tip'
versionwarning_banner_title = 'Tip'
versionwarning_admonition_type = "tip"
versionwarning_banner_title = "Tip"
versionwarning_body_selector = 'div[itemprop="articleBody"]'
1 change: 0 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ Examples
examples/05_quantum_integration_basics
examples/06_component_codesign_basics
examples/06a_analytical_mzm_model
examples/07_mixed_signal_photonic_cosimulation
examples/08_basic_interconnection_modelling/08_basic_interconnection_modelling
examples/08a_pcb_interposer_characterisation/08a_pcb_interposer_characterisation
Binary file not shown.

Large diffs are not rendered by default.

Loading
Loading