Add dipole-coupled nanoring example#519
Open
Krastanov-agent wants to merge 1 commit into
Open
Conversation
Recreates qojulia/QuantumOptics.jl-examples#27 in QuantumOptics.jl. Original PR: qojulia/QuantumOptics.jl-examples#27 Original commit: 93a6901a36b9c295385b26258d60737fd74152a1 Port note: inline the Green tensor helper instead of depending on CollectiveSpins.jl, whose current compat bounds conflict with the docs examples environment.
Krastanov-agent
force-pushed
the
move-dipole-arrays-example-codex
branch
from
May 5, 2026 05:06
cff8fde to
cc9d538
Compare
Contributor
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #519 +/- ##
=======================================
Coverage 96.24% 96.24%
=======================================
Files 18 18
Lines 1704 1704
=======================================
Hits 1640 1640
Misses 64 64 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Recreates qojulia/QuantumOptics.jl-examples#27 in QuantumOptics.jl now that examples live in this repository.
Original PR: qojulia/QuantumOptics.jl-examples#27
Original commit: qojulia/QuantumOptics.jl-examples@93a6901
Authorship is preserved on the commit as Raphael Holzinger raphael3d@users.noreply.github.com; this PR ports the notebook into the current docs/examples layout. The old notebook imported
CollectiveSpinsonly forGreenTensor, but the registeredCollectiveSpinscompat bounds conflict with the current examples environment, so the Green tensor helper is inlined here and the headless docs build avoidspygui(true).Validation:
MPLBACKEND=Agg python3 -m nbconvert --to markdown --execute --ExecutePreprocessor.kernel_name=quantumoptics-docs --ExecutePreprocessor.timeout=200 --output-dir=docs/src/examples --template-file=docs/examples/markdown_template.tpl docs/examples/notebooks/atomic_dipole_arrays.ipynb