Spaces:
Running
Running
| { | |
| "name": "Physics Processes Database", | |
| "version": "1.0.0", | |
| "created": "2026-01-08", | |
| "lastUpdated": "2026-04-30", | |
| "category": "physics", | |
| "colorScheme": "5-color", | |
| "description": "Physics processes visualized using the Programming Framework with 5-color scheme. Converted from HTML batch files.", | |
| "totalProcesses": 22, | |
| "subcategories": 7, | |
| "statistics": { | |
| "totalNodes": 219, | |
| "totalEdges": 230, | |
| "totalConditionals": 42, | |
| "totalOrGates": 42, | |
| "totalAndGates": 22, | |
| "totalGates": 64, | |
| "totalNotGates": 0, | |
| "totalLoops": 22 | |
| }, | |
| "subcategoryCounts": { | |
| "thermodynamics_statistical": 3, | |
| "solid_state": 3, | |
| "astrophysics": 3, | |
| "optics": 3, | |
| "quantum_mechanics": 3, | |
| "electromagnetism": 3, | |
| "classical_mechanics": 3 | |
| }, | |
| "processes": [ | |
| { | |
| "id": "astrophysics-higgs-mechanism", | |
| "name": "Higgs Mechanism", | |
| "subcategory": "astrophysics", | |
| "subcategory_name": "Astrophysics", | |
| "complexity": "medium", | |
| "nodes": 10, | |
| "edges": 10, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Astrophysics", | |
| "description": "Higgs Mechanism Process. This particle physics process visualization demonstrates the Higgs mechanism and mass generation. The flowchart shows Higgs inputs and spontaneous symmetry breaking, Higgs mechanism methods and mass generation, Higgs mechanism operations and Higgs boson, intermediate results, and final Higgs mechanism outputs.", | |
| "keywords": [ | |
| "mechanism", | |
| "astrophysics", | |
| "higgs" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Higgs Mechanism research question\"]\n N2[\"Gauge fields and scalar field\"]\n N3[\"Higgs potential\"]\n N4[\"Spontaneous symmetry breaking\"]\n N5[\"Vacuum expectation value\"]\n N6[\"Mass terms for W/Z and fermions\"]\n N7[\"Higgs excitation\"]\n N8[\"Collider decay channels\"]\n N9{\"Source-grounded check: Broken...\"}\n N10[\"Higgs Mechanism prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 -->|yes| N10\n N8 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#74c0fc,color:#fff\n style N8 fill:#b197fc,color:#fff\n style N9 fill:#ffd43b,color:#000\n style N10 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/astrophysics/astrophysics-higgs-mechanism.json", | |
| "graphMetrics": { | |
| "nodes": 10, | |
| "edges": 10, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Astrophysics", | |
| "collections": [ | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "astrophysics-particle-collision", | |
| "name": "Particle Collision", | |
| "subcategory": "astrophysics", | |
| "subcategory_name": "Astrophysics", | |
| "complexity": "medium", | |
| "nodes": 10, | |
| "edges": 11, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Astrophysics", | |
| "description": "Particle Collision Process. This particle physics process visualization demonstrates particle collisions and high energy physics. The flowchart shows particle inputs and collision energy, particle collision methods and particle interactions, particle collision operations and collision products, intermediate results, and final particle collision outputs.", | |
| "keywords": [ | |
| "astrophysics", | |
| "collision", | |
| "particle" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Particle Collision research...\"]\n N2[\"Beam particles and energy\"]\n N3[\"Parton distributions\"]\n N4[\"Hard scattering matrix element\"]\n N5[\"Parton shower/hadronization\"]\n N6{\"Detector response\"}\n N7[\"Event reconstruction\"]\n N8[\"Cross-section or resonance result\"]\n N9{\"Source-grounded check: Higgs...\"}\n N10[\"Particle Collision...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 -->|yes| N7\n N7 --> N8\n N8 --> N9\n N9 -->|yes| N10\n N8 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#b197fc,color:#fff\n style N9 fill:#ffd43b,color:#000\n style N10 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/astrophysics/astrophysics-particle-collision.json", | |
| "graphMetrics": { | |
| "nodes": 10, | |
| "edges": 11, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Astrophysics", | |
| "collections": [ | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "astrophysics-standard-model", | |
| "name": "Standard Model", | |
| "subcategory": "astrophysics", | |
| "subcategory_name": "Astrophysics", | |
| "complexity": "medium", | |
| "nodes": 10, | |
| "edges": 10, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Astrophysics", | |
| "description": "Standard Model Process. This particle physics process visualization demonstrates the Standard Model and fundamental particles. The flowchart shows particle inputs and particle properties, Standard Model methods and gauge theory, Standard Model operations and particle interactions, intermediate results, and final Standard Model outputs.", | |
| "keywords": [ | |
| "astrophysics", | |
| "standard", | |
| "model" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Standard Model research question\"]\n N2[\"Gauge symmetries\"]\n N3[\"Quark/lepton fields\"]\n N4[\"Gauge boson interactions\"]\n N5[\"Electroweak symmetry breaking\"]\n N6[\"Mass and mixing parameters\"]\n N7[\"Scattering/decay predictions\"]\n N8[\"Precision-test residuals\"]\n N9{\"Source-grounded check: A Model...\"}\n N10[\"Standard Model prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 -->|yes| N10\n N8 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#ffd43b,color:#000\n style N10 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/astrophysics/astrophysics-standard-model.json", | |
| "graphMetrics": { | |
| "nodes": 10, | |
| "edges": 10, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Astrophysics", | |
| "collections": [ | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "classical_mechanics-hamiltonian-mechanics", | |
| "name": "Hamiltonian Mechanics", | |
| "subcategory": "classical_mechanics", | |
| "subcategory_name": "Classical Mechanics", | |
| "complexity": "high", | |
| "nodes": 12, | |
| "edges": 12, | |
| "orGates": 5, | |
| "andGates": 1, | |
| "totalGates": 6, | |
| "conditionals": 5, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Classical Mechanics", | |
| "description": "Research-grade compact map of Hamiltonian mechanics as a modeling workflow connecting generalized variables, Legendre transforms, canonical equations, symmetries, conservation laws, constraints, integrability, numerical integration, observables, and predictions.", | |
| "keywords": [ | |
| "Hamiltonian mechanics", | |
| "phase space", | |
| "canonical equations", | |
| "symplectic integration", | |
| "conservation laws" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Hamiltonian Mechanics research...\"]\n N2[\"Configuration coordinates q\"]\n N3[\"Momenta p and phase space\"]\n N4[\"Construct Hamiltonian H(q,p,t)\"]\n N5{\"Check constraints/symmetries\"}\n N6[\"Hamilton equations dq/dt, dp/dt\"]\n N7[\"Integrate phase-space trajectory\"]\n N8{\"Monitor conserved quantities\"}\n N9{\"Compare observables with...\"}\n N10{\"Revise H or constraints\"}\n N11{\"Source-grounded check...\"}\n N12[\"Hamiltonian Mechanics...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 -->|yes| N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N9 -->|yes| N10\n N10 -->|yes| N11\n N11 -->|yes| N12\n N10 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#51cf66,color:#fff\n style N11 fill:#ffd43b,color:#000\n style N12 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/classical_mechanics/classical_mechanics-hamiltonian-mechanics.json", | |
| "graphMetrics": { | |
| "nodes": 12, | |
| "edges": 12, | |
| "conditionals": 5, | |
| "andGates": 1, | |
| "orGates": 5, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Classical Mechanics", | |
| "collections": [ | |
| "classical", | |
| "thermal-statistical" | |
| ] | |
| }, | |
| { | |
| "id": "classical_mechanics-lagrangian-mechanics", | |
| "name": "Lagrangian Mechanics", | |
| "subcategory": "classical_mechanics", | |
| "subcategory_name": "Classical Mechanics", | |
| "complexity": "medium", | |
| "nodes": 11, | |
| "edges": 11, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Classical Mechanics", | |
| "description": "Lagrangian Mechanics Process. This classical mechanics process visualization demonstrates variational principles and generalized coordinates. The flowchart shows generalized coordinates and constraint analysis, Lagrangian methods and variational principles, variational operations and symmetry analysis, intermediate results, and final Lagrangian mechanics outputs.", | |
| "keywords": [ | |
| "classical", | |
| "mechanics", | |
| "lagrangian" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Lagrangian Mechanics research...\"]\n N2[\"Generalized coordinates\"]\n N3[\"Kinetic and potential energy\"]\n N4[\"Build Lagrangian L=T-V\"]\n N5{\"Apply constraints/virtual work\"}\n N6[\"Euler-Lagrange equations\"]\n N7[\"Solve equations of motion\"]\n N8[\"Identify symmetries/Noether...\"]\n N9[\"Predict trajectory/observable\"]\n N10{\"Source-grounded check...\"}\n N11[\"Lagrangian Mechanics...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 -->|yes| N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/classical_mechanics/classical_mechanics-lagrangian-mechanics.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 11, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Classical Mechanics", | |
| "collections": [ | |
| "classical" | |
| ] | |
| }, | |
| { | |
| "id": "classical_mechanics-newtonian-dynamics", | |
| "name": "Newtonian Dynamics", | |
| "subcategory": "classical_mechanics", | |
| "subcategory_name": "Classical Mechanics", | |
| "complexity": "medium", | |
| "nodes": 11, | |
| "edges": 11, | |
| "orGates": 3, | |
| "andGates": 1, | |
| "totalGates": 4, | |
| "conditionals": 3, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Classical Mechanics", | |
| "description": "Newtonian Dynamics Process. This classical mechanics process visualization demonstrates Newton's laws of motion and force analysis. The flowchart shows system definition and initial conditions, Newtonian methods and laws, dynamics operations and energy analysis, intermediate results, and final Newtonian dynamics outputs.", | |
| "keywords": [ | |
| "newtonian", | |
| "mechanics", | |
| "dynamics", | |
| "classical" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Newtonian Dynamics research...\"]\n N2[\"Masses, positions, velocities\"]\n N3[\"Free-body forces\"]\n N4{\"Choose inertial frame\"}\n N5[\"Apply F = ma\"]\n N6[\"Resolve components\"]\n N7[\"Integrate acceleration\"]\n N8{\"Check energy/momentum\"}\n N9[\"Trajectory and forces predicted\"]\n N10{\"Source-grounded check: Lectures...\"}\n N11[\"Newtonian Dynamics...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 -->|yes| N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#ffd43b,color:#000\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/classical_mechanics/classical_mechanics-newtonian-dynamics.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 11, | |
| "conditionals": 3, | |
| "andGates": 1, | |
| "orGates": 3, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Classical Mechanics", | |
| "collections": [ | |
| "classical" | |
| ] | |
| }, | |
| { | |
| "id": "electromagnetism-quantum-computing", | |
| "name": "Quantum Computing", | |
| "subcategory": "electromagnetism", | |
| "subcategory_name": "Electromagnetism", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 9, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Electromagnetism", | |
| "description": "Quantum Computing Process. This quantum mechanics process visualization demonstrates quantum computing algorithms and qubit operations. The flowchart shows algorithm inputs and qubit initialization, quantum computing methods and gate operations, quantum computing operations and measurement, intermediate results, and final quantum computing outputs.", | |
| "keywords": [ | |
| "electromagnetism", | |
| "quantum", | |
| "computing" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Quantum Computing research...\"]\n N2[\"Qubit register\"]\n N3[\"Initial state and circuit\"]\n N4[\"Apply unitary gates\"]\n N5[\"Entangle/interfere amplitudes\"]\n N6[\"Error/decoherence correction\"]\n N7[\"Measurement bitstrings\"]\n N8{\"Source-grounded check: Quantum...\"}\n N9[\"Quantum Computing...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/electromagnetism/electromagnetism-quantum-computing.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 9, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Electromagnetism", | |
| "collections": [ | |
| "classical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "electromagnetism-quantum-entanglement", | |
| "name": "Quantum Entanglement", | |
| "subcategory": "electromagnetism", | |
| "subcategory_name": "Electromagnetism", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 9, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Electromagnetism", | |
| "description": "Quantum Entanglement Process. This quantum mechanics process visualization demonstrates quantum entanglement and non-local correlations. The flowchart shows entangled inputs and Bell states, quantum entanglement methods and correlation measurements, quantum entanglement operations and quantum communication, intermediate results, and final quantum entanglement outputs.", | |
| "keywords": [ | |
| "electromagnetism", | |
| "quantum", | |
| "entanglement" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Quantum Entanglement research...\"]\n N2[\"Composite quantum system\"]\n N3[\"Joint state vector/density matrix\"]\n N4[\"Entangling interaction\"]\n N5[\"Nonseparable correlations\"]\n N6[\"Local measurements\"]\n N7[\"Bell/entropy witness\"]\n N8{\"Source-grounded check: On the...\"}\n N9[\"Quantum Entanglement...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/electromagnetism/electromagnetism-quantum-entanglement.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 9, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Electromagnetism", | |
| "collections": [ | |
| "classical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "electromagnetism-wave-function", | |
| "name": "Wave Function", | |
| "subcategory": "electromagnetism", | |
| "subcategory_name": "Electromagnetism", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Electromagnetism", | |
| "description": "Wave Function Process. This quantum mechanics process visualization demonstrates wave function evolution and measurement. The flowchart shows quantum inputs and superposition states, wave function methods and probability amplitudes, wave function operations and measurement processes, intermediate results, and final wave function outputs.", | |
| "keywords": [ | |
| "electromagnetism", | |
| "function", | |
| "wave" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Wave Function research question\"]\n N2[\"Quantum state preparation\"]\n N3[\"Hilbert space and Hamiltonian\"]\n N4[\"Solve Schrodinger equation\"]\n N5[\"Normalize wavefunction\"]\n N6[\"Apply measurement operator\"]\n N7[\"Probability distribution\"]\n N8{\"Source-grounded check...\"}\n N9[\"Wave Function prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/electromagnetism/electromagnetism-wave-function.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Electromagnetism", | |
| "collections": [ | |
| "classical", | |
| "electromagnetic-optical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "optics-geometric-optics", | |
| "name": "Geometric Optics", | |
| "subcategory": "optics", | |
| "subcategory_name": "Optics", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Optics", | |
| "description": "Geometric Optics Process. This optics process visualization demonstrates geometric optics and ray tracing. The flowchart shows ray inputs and ray propagation, geometric optics methods and reflection processes, geometric optics operations and refraction processes, intermediate results, and final geometric optics outputs.", | |
| "keywords": [ | |
| "geometric", | |
| "optics" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Geometric Optics research question\"]\n N2[\"Incident ray bundle\"]\n N3[\"Interface/lens geometry\"]\n N4[\"Apply reflection/refraction\"]\n N5[\"Trace paraxial rays\"]\n N6{\"Aberration/caustic check\"}\n N7[\"Image location and magnification\"]\n N8{\"Source-grounded check...\"}\n N9[\"Geometric Optics...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 -->|yes| N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/optics/optics-geometric-optics.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Optics", | |
| "collections": [ | |
| "electromagnetic-optical" | |
| ] | |
| }, | |
| { | |
| "id": "optics-quantum-optics", | |
| "name": "Quantum Optics", | |
| "subcategory": "optics", | |
| "subcategory_name": "Optics", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Optics", | |
| "description": "Quantum Optics Process. This optics process visualization demonstrates quantum optics and photon statistics. The flowchart shows photon inputs and photon detection, quantum optics methods and quantum interference, quantum optics operations and photon statistics, intermediate results, and final quantum optics outputs.", | |
| "keywords": [ | |
| "optics", | |
| "quantum" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Quantum Optics research question\"]\n N2[\"Quantized light state\"]\n N3[\"Mode/cavity/medium\"]\n N4[\"Light-matter interaction...\"]\n N5[\"Photon statistics evolve\"]\n N6{\"Detection correlation measurement\"}\n N7[\"Nonclassical observable\"]\n N8{\"Source-grounded check: Coherent...\"}\n N9[\"Quantum Optics prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 -->|yes| N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/optics/optics-quantum-optics.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Optics", | |
| "collections": [ | |
| "electromagnetic-optical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "optics-wave-optics", | |
| "name": "Wave Optics", | |
| "subcategory": "optics", | |
| "subcategory_name": "Optics", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Optics", | |
| "description": "Wave Optics Process. This optics process visualization demonstrates wave optics and interference phenomena. The flowchart shows light inputs and wave propagation, wave optics methods and interference patterns, wave optics operations and diffraction processes, intermediate results, and final wave optics outputs.", | |
| "keywords": [ | |
| "optics", | |
| "wave" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Wave Optics research question\"]\n N2[\"Coherent wavefront\"]\n N3[\"Aperture/boundary conditions\"]\n N4[\"Superpose fields\"]\n N5[\"Phase difference evolves\"]\n N6[\"Interference/diffraction pattern\"]\n N7[\"Intensity distribution\"]\n N8{\"Source-grounded check: A new...\"}\n N9[\"Wave Optics prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/optics/optics-wave-optics.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Optics", | |
| "collections": [ | |
| "electromagnetic-optical" | |
| ] | |
| }, | |
| { | |
| "id": "quantum_mechanics-electromagnetic-induction", | |
| "name": "Electromagnetic Induction", | |
| "subcategory": "quantum_mechanics", | |
| "subcategory_name": "Quantum Mechanics", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Quantum Mechanics", | |
| "description": "Electromagnetic Induction Process. This electromagnetism process visualization demonstrates electromagnetic induction and power generation. The flowchart shows flux inputs and conductor motion, electromagnetic induction methods and flux changes, electromagnetic induction operations and induced currents, intermediate results, and final electromagnetic induction outputs.", | |
| "keywords": [ | |
| "mechanics", | |
| "induction", | |
| "quantum", | |
| "electromagnetic" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Electromagnetic Induction...\"]\n N2[\"Changing magnetic flux\"]\n N3[\"Conducting loop/field geometry\"]\n N4[\"Faraday law\"]\n N5[\"Induced electric field\"]\n N6[\"Lenz-law direction\"]\n N7[\"EMF/current prediction\"]\n N8{\"Source-grounded check...\"}\n N9[\"Electromagnetic Induction...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#74c0fc,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/quantum_mechanics/quantum_mechanics-electromagnetic-induction.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Quantum Mechanics", | |
| "collections": [ | |
| "classical", | |
| "electromagnetic-optical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "quantum_mechanics-electromagnetic-wave", | |
| "name": "Electromagnetic Wave", | |
| "subcategory": "quantum_mechanics", | |
| "subcategory_name": "Quantum Mechanics", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Quantum Mechanics", | |
| "description": "Electromagnetic Wave Process. This electromagnetism process visualization demonstrates electromagnetic wave propagation and interaction. The flowchart shows wave inputs and propagation, electromagnetic wave methods and field oscillations, electromagnetic wave operations and wave interactions, intermediate results, and final electromagnetic wave outputs.", | |
| "keywords": [ | |
| "mechanics", | |
| "quantum", | |
| "wave", | |
| "electromagnetic" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Electromagnetic Wave research...\"]\n N2[\"Time-varying E/B fields\"]\n N3[\"Medium properties\"]\n N4[\"Maxwell curl equations\"]\n N5[\"Wave equation\"]\n N6[\"Polarization/dispersion state\"]\n N7[\"Propagating EM wave\"]\n N8{\"Source-grounded check...\"}\n N9[\"Electromagnetic Wave...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/quantum_mechanics/quantum_mechanics-electromagnetic-wave.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Quantum Mechanics", | |
| "collections": [ | |
| "classical", | |
| "electromagnetic-optical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "quantum_mechanics-maxwells-equations", | |
| "name": "Maxwell's Equations", | |
| "subcategory": "quantum_mechanics", | |
| "subcategory_name": "Quantum Mechanics", | |
| "complexity": "medium", | |
| "nodes": 9, | |
| "edges": 10, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Quantum Mechanics", | |
| "description": "Maxwell's Equations Process. This electromagnetism process visualization demonstrates electromagnetic field theory and wave propagation. The flowchart shows field inputs and charge distributions, Maxwell's equations methods and field coupling, Maxwell's equations operations and analysis, intermediate results, and final Maxwell's equations outputs.", | |
| "keywords": [ | |
| "equations", | |
| "quantum", | |
| "mechanics", | |
| "maxwells" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Maxwell's Equations research...\"]\n N2[\"Charge/current densities\"]\n N3[\"Boundary and material laws\"]\n N4[\"Gauss laws\"]\n N5[\"Faraday and Ampere-Maxwell laws\"]\n N6{\"Field constraints/coupling\"}\n N7[\"Electromagnetic field solution\"]\n N8{\"Source-grounded check...\"}\n N9[\"Maxwell's Equations...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 -->|yes| N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/quantum_mechanics/quantum_mechanics-maxwells-equations.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Quantum Mechanics", | |
| "collections": [ | |
| "classical", | |
| "electromagnetic-optical", | |
| "quantum-field" | |
| ] | |
| }, | |
| { | |
| "id": "solid_state-nuclear-decay", | |
| "name": "Nuclear Decay", | |
| "subcategory": "solid_state", | |
| "subcategory_name": "Solid State Physics", | |
| "complexity": "medium", | |
| "nodes": 10, | |
| "edges": 11, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Solid State Physics", | |
| "description": "Nuclear Decay Process. This nuclear physics process visualization demonstrates nuclear decay and radioactivity. The flowchart shows unstable inputs and decay energy, nuclear decay methods and decay modes, nuclear decay operations and decay products, intermediate results, and final nuclear decay outputs.", | |
| "keywords": [ | |
| "decay", | |
| "nuclear", | |
| "physics", | |
| "state", | |
| "solid" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Nuclear Decay research question\"]\n N2[\"Unstable nucleus\"]\n N3[\"Nuclear energy levels\"]\n N4{\"Decay channel selection\"}\n N5[\"Alpha/beta/gamma emission\"]\n N6[\"Daughter nucleus\"]\n N7[\"Half-life kinetics\"]\n N8[\"Radiation spectrum\"]\n N9{\"Source-grounded check...\"}\n N10[\"Nuclear Decay prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 -->|yes| N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 -->|yes| N10\n N8 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#74c0fc,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#b197fc,color:#fff\n style N9 fill:#ffd43b,color:#000\n style N10 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/solid_state/solid_state-nuclear-decay.json", | |
| "graphMetrics": { | |
| "nodes": 10, | |
| "edges": 11, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Solid State Physics", | |
| "collections": [ | |
| "nuclear-astrophysics" | |
| ] | |
| }, | |
| { | |
| "id": "solid_state-nuclear-fission", | |
| "name": "Nuclear Fission", | |
| "subcategory": "solid_state", | |
| "subcategory_name": "Solid State Physics", | |
| "complexity": "medium", | |
| "nodes": 11, | |
| "edges": 11, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Solid State Physics", | |
| "description": "Nuclear Fission Process. This nuclear physics process visualization demonstrates nuclear fission and chain reactions. The flowchart shows fissionable inputs and neutron bombardment, nuclear fission methods and fission reactions, nuclear fission operations and fission products, intermediate results, and final nuclear fission outputs.", | |
| "keywords": [ | |
| "nuclear", | |
| "physics", | |
| "state", | |
| "solid", | |
| "fission" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Nuclear Fission research question\"]\n N2[\"Heavy nucleus\"]\n N3[\"Neutron absorption\"]\n N4[\"Compound nucleus\"]\n N5[\"Barrier deformation\"]\n N6[\"Fragment split\"]\n N7[\"Prompt neutrons/gammas\"]\n N8[\"Chain reaction control\"]\n N9[\"Energy release prediction\"]\n N10{\"Source-grounded check...\"}\n N11[\"Nuclear Fission prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#74c0fc,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#74c0fc,color:#fff\n style N8 fill:#51cf66,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/solid_state/solid_state-nuclear-fission.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 11, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Solid State Physics", | |
| "collections": [ | |
| "nuclear-astrophysics" | |
| ] | |
| }, | |
| { | |
| "id": "solid_state-nuclear-fusion", | |
| "name": "Nuclear Fusion", | |
| "subcategory": "solid_state", | |
| "subcategory_name": "Solid State Physics", | |
| "complexity": "medium", | |
| "nodes": 11, | |
| "edges": 12, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Solid State Physics", | |
| "description": "Nuclear Fusion Process. This nuclear physics process visualization demonstrates nuclear fusion and plasma physics. The flowchart shows fusion inputs and high temperatures, nuclear fusion methods and plasma states, nuclear fusion operations and fusion reactions, intermediate results, and final nuclear fusion outputs.", | |
| "keywords": [ | |
| "fusion", | |
| "nuclear", | |
| "physics", | |
| "state", | |
| "solid" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Nuclear Fusion research question\"]\n N2[\"Light nuclei and plasma state\"]\n N3[\"Coulomb barrier\"]\n N4[\"Confinement/heating mechanism\"]\n N5[\"Tunneling/fusion reaction\"]\n N6[\"Energy and neutron products\"]\n N7[\"Alpha heating/energy balance\"]\n N8{\"Loss and instability checks\"}\n N9[\"Fusion yield prediction\"]\n N10{\"Source-grounded check: Energy...\"}\n N11[\"Nuclear Fusion prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#ffd43b,color:#000\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/solid_state/solid_state-nuclear-fusion.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 12, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Solid State Physics", | |
| "collections": [ | |
| "nuclear-astrophysics" | |
| ] | |
| }, | |
| { | |
| "id": "thermodynamics_statistical-entropy", | |
| "name": "Entropy", | |
| "subcategory": "thermodynamics_statistical", | |
| "subcategory_name": "Thermodynamics & Statistical Physics", | |
| "complexity": "medium", | |
| "nodes": 11, | |
| "edges": 11, | |
| "orGates": 4, | |
| "andGates": 1, | |
| "totalGates": 5, | |
| "conditionals": 4, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Thermodynamics & Statistical Physics", | |
| "description": "Entropy Process. This thermodynamics process visualization demonstrates entropy and statistical mechanics. The flowchart shows system inputs and energy distributions, entropy methods and statistical mechanics, entropy operations and irreversible processes, intermediate results, and final entropy outputs.", | |
| "keywords": [ | |
| "statistical", | |
| "thermodynamics", | |
| "entropy", | |
| "physics" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Entropy research question\"]\n N2{\"Macrostate constraints\"}\n N3[\"Accessible microstates\"]\n N4{\"Choose ensemble\"}\n N5[\"Count states or partition function\"]\n N6[\"Compute S = k ln W\"]\n N7[\"Infer temperature/free energy\"]\n N8{\"Check second-law direction\"}\n N9[\"Entropy change prediction\"]\n N10{\"Source-grounded check...\"}\n N11[\"Entropy prediction/readout\"]\n\n N1 --> N2\n N2 -->|yes| N3\n N3 --> N4\n N4 -->|yes| N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 -->|yes| N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#ffd43b,color:#000\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#74c0fc,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/thermodynamics_statistical/thermodynamics_statistical-entropy.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 11, | |
| "conditionals": 4, | |
| "andGates": 1, | |
| "orGates": 4, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Thermodynamics & Statistical Physics", | |
| "collections": [ | |
| "classical", | |
| "thermal-statistical" | |
| ] | |
| }, | |
| { | |
| "id": "thermodynamics_statistical-heat-engine", | |
| "name": "Heat Engine", | |
| "subcategory": "thermodynamics_statistical", | |
| "subcategory_name": "Thermodynamics & Statistical Physics", | |
| "complexity": "medium", | |
| "nodes": 11, | |
| "edges": 11, | |
| "orGates": 1, | |
| "andGates": 1, | |
| "totalGates": 2, | |
| "conditionals": 1, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Thermodynamics & Statistical Physics", | |
| "description": "Heat Engine Process. This thermodynamics process visualization demonstrates heat engine cycles and power generation. The flowchart shows heat inputs and working fluids, heat engine methods and thermal cycles, heat engine operations and mechanical work, intermediate results, and final heat engine outputs.", | |
| "keywords": [ | |
| "statistical", | |
| "thermodynamics", | |
| "physics", | |
| "engine", | |
| "heat" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Heat Engine research question\"]\n N2[\"Hot and cold reservoirs\"]\n N3[\"Working substance\"]\n N4[\"Thermodynamic cycle path\"]\n N5[\"Heat absorbed/rejected\"]\n N6[\"Work extraction step\"]\n N7[\"Efficiency calculation\"]\n N8[\"Irreversibility losses\"]\n N9[\"Power/efficiency prediction\"]\n N10{\"Source-grounded check: Quantum...\"}\n N11[\"Heat Engine prediction/readout\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 --> N7\n N7 --> N8\n N8 --> N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#ffd43b,color:#000\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#51cf66,color:#fff\n style N7 fill:#74c0fc,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/thermodynamics_statistical/thermodynamics_statistical-heat-engine.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 11, | |
| "conditionals": 1, | |
| "andGates": 1, | |
| "orGates": 1, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Thermodynamics & Statistical Physics", | |
| "collections": [ | |
| "thermal-statistical" | |
| ] | |
| }, | |
| { | |
| "id": "thermodynamics_statistical-phase-transition", | |
| "name": "Phase Transition", | |
| "subcategory": "thermodynamics_statistical", | |
| "subcategory_name": "Thermodynamics & Statistical Physics", | |
| "complexity": "high", | |
| "nodes": 11, | |
| "edges": 11, | |
| "orGates": 2, | |
| "andGates": 1, | |
| "totalGates": 3, | |
| "conditionals": 2, | |
| "notGates": 0, | |
| "loops": 1, | |
| "domainContext": "Thermodynamics & Statistical Physics", | |
| "description": "Research-grade pilot map of phase transitions as a regime-aware modeling workflow linking order parameters, free-energy landscapes, transition order, critical scaling, universality, finite-size effects, evidence, and predictive perturbations.", | |
| "keywords": [ | |
| "phase transition", | |
| "critical phenomena", | |
| "order parameter", | |
| "renormalization group", | |
| "universality", | |
| "finite-size scaling" | |
| ], | |
| "mermaid": "graph TD\n N1[\"Phase Transition research question\"]\n N2[\"Control variables T, P...\"]\n N3[\"Candidate phases/order parameter\"]\n N4[\"Free-energy landscape\"]\n N5[\"Minimize thermodynamic potential\"]\n N6{\"Detect coexistence or instability\"}\n N7[\"Nucleation/growth or critical...\"]\n N8[\"Measure latent heat/critical...\"]\n N9[\"Phase diagram prediction\"]\n N10{\"Source-grounded check: The...\"}\n N11[\"Phase Transition...\"]\n\n N1 --> N2\n N2 --> N3\n N3 --> N4\n N4 --> N5\n N5 --> N6\n N6 -->|yes| N7\n N7 --> N8\n N8 --> N9\n N9 --> N10\n N10 -->|yes| N11\n N9 -->|refine model| N4\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#ffd43b,color:#000\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#51cf66,color:#fff\n style N8 fill:#74c0fc,color:#fff\n style N9 fill:#b197fc,color:#fff\n style N10 fill:#ffd43b,color:#000\n style N11 fill:#b197fc,color:#fff", | |
| "_sourceJsonPath": "processes/thermodynamics_statistical/thermodynamics_statistical-phase-transition.json", | |
| "graphMetrics": { | |
| "nodes": 11, | |
| "edges": 11, | |
| "conditionals": 2, | |
| "andGates": 1, | |
| "orGates": 2, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "graphType": "flowchart", | |
| "category": "Thermodynamics & Statistical Physics", | |
| "collections": [ | |
| "thermal-statistical" | |
| ] | |
| }, | |
| { | |
| "id": "state-transition-matter-phases", | |
| "name": "Matter Phase State Transition", | |
| "subcategory": "graph_type_pilots", | |
| "subcategory_name": "Graph Type Pilots", | |
| "complexity": "medium", | |
| "category": "Condensed Matter", | |
| "namedCollections": [ | |
| "graph-type-pilots", | |
| "state-transition" | |
| ], | |
| "description": "Pilot state transition Mermaid visualization for process database graph-type support.", | |
| "mermaid": "graph TD\n N1[\"Matter Phase State Transition...\"]\n N2[\"Matter Phase State Transition...\"]\n N3{\"State variables and constraints\"}\n N4{\"Choose governing law\"}\n N5[\"Solve model equations\"]\n N6{\"Regime/approximation check\"}\n N7[\"Observable prediction\"]\n N8{\"Source-grounded check...\"}\n N9[\"Matter Phase State Transition...\"]\n\n N1 --> N2\n N2 --> N3\n N3 -->|yes| N4\n N4 -->|yes| N5\n N5 --> N6\n N6 -->|yes| N7\n N7 --> N8\n N8 -->|yes| N9\n N7 -->|refine model| N4\n N3 -->|symmetry| N6\n\n style N1 fill:#ff6b6b,color:#fff\n style N2 fill:#ff6b6b,color:#fff\n style N3 fill:#ffd43b,color:#000\n style N4 fill:#51cf66,color:#fff\n style N5 fill:#51cf66,color:#fff\n style N6 fill:#74c0fc,color:#fff\n style N7 fill:#b197fc,color:#fff\n style N8 fill:#ffd43b,color:#000\n style N9 fill:#b197fc,color:#fff", | |
| "graphType": "state_transition", | |
| "domainContext": "Phase regime", | |
| "_sourceJsonPath": "processes/graph_type_pilots/state-transition-matter-phases.json", | |
| "graphMetrics": { | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 4, | |
| "andGates": 1, | |
| "orGates": 4, | |
| "notGates": 0, | |
| "loops": 1 | |
| }, | |
| "metricSource": "metadata", | |
| "nodes": 9, | |
| "edges": 10, | |
| "conditionals": 4, | |
| "andGates": 1, | |
| "orGates": 4, | |
| "notGates": 0, | |
| "loops": 1, | |
| "totalGates": 5, | |
| "collections": [ | |
| "graph-type-pilots", | |
| "state-transition", | |
| "thermal-statistical" | |
| ] | |
| } | |
| ], | |
| "normalizedGraphMetrics": true, | |
| "generatedFrom": "scripts/processes/discipline_databases/normalize_graph_metrics.py" | |
| } | |