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

Adding Flowchart to Index.md #108

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Fe-r-oz
Copy link
Contributor

@Fe-r-oz Fe-r-oz commented May 31, 2024

No description provided.

@Fe-r-oz
Copy link
Contributor Author

Fe-r-oz commented May 31, 2024

PR #108 w.r.t Issue 94

@Fe-r-oz
Copy link
Contributor Author

Fe-r-oz commented Jun 13, 2024

Hi, @aarontrowbridge and @andgoldschmidt

How about this one instead of the one I presented before? No colors involved this time.

%%{ init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#FFFFFF', 'primaryTextColor': '#000000', 'edgeLabelBackground': '#FFFFFF', 'tertiaryColor': '#000000' }} }%%

graph TD
    subgraph QuantumCollocations.jl
        A["<code>QuantumCollocations.jl</code>"]
       
        subgraph Integrators
            B["<code>UnitaryPadeIntegrator</code>"]
        end
       
        subgraph QuantumSystems
            C["<code>G</code>"]
            D["<code>AbstractQuantumSystem</code>"]
            E["<code>QuantumSystem</code>"]
            F["<code>QuantumSystemCoupling</code>"]
            G["<code>H</code>"]
        end
       
        subgraph ProblemTemplate
            H["<code>UnitaryMinimumTimeProblem</code>"]
            I["<code>UnitarySmoothPulseProblem</code>"]
        end
       
        subgraph QuantumUtils
            J["<code>annihilate</code>"]
            K["<code>create</code>"]
            L["<code>kron_from_dict</code>"]
            M["<code>operator_from_dict</code>"]
            N["<code>quad</code>"]
            O["<code>number</code>"]
            P["<code>quantum_state</code>"]
            Q["<code>vec^-1</code>"]
        end
       
        subgraph Losses
            S["<code>unitary_fidelity</code>"]
            R["<code>isovec_unitary_fidelity</code>"]
        end
    end
    A --> Integrators
    A --> QuantumSystems
    A --> ProblemTemplate
    A --> QuantumUtils
    A --> Losses

classDef default fill:#FFFFFF,stroke:#000000,stroke-width:2px,color:#000000;
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant