|
36 | 36 | from .statistical_mechanics import * |
37 | 37 | from .quantum_mechanics import * |
38 | 38 | from .qft import * |
| 39 | +from .condensed_matter import * |
39 | 40 |
|
40 | 41 | __all__ = [ |
41 | 42 | # Mechanics |
|
150 | 151 | # Symmetries |
151 | 152 | 'GlobalSymmetry', 'LocalGaugeSymmetry', 'SpontaneousSymmetryBreaking', |
152 | 153 | 'GoldstoneBoson', 'HiggsMechanism', |
| 154 | + # Condensed Matter (Phase 8) |
| 155 | + # Crystal Structure |
| 156 | + 'BravaisLattice', 'ReciprocalLattice', 'BrillouinZone', 'CrystalSymmetry', 'MillerIndices', |
| 157 | + # Band Theory |
| 158 | + 'BlochWavefunction', 'KronigPenney', 'TightBinding', 'NearlyFreeElectron', |
| 159 | + 'EffectiveMass', 'DensityOfStates', 'FermiSurface', |
| 160 | + # Semiconductors |
| 161 | + 'IntrinsicSemiconductor', 'DopedSemiconductor', 'PNJunction', 'QuantumWell', 'QuantumDot', |
| 162 | + # Transport |
| 163 | + 'DrudeModel', 'BoltzmannTransport', 'HallEffect', 'Mobility', |
| 164 | + # Lattice Dynamics |
| 165 | + 'PhononDispersion', 'ThermalConductivity', |
| 166 | + # Magnetism |
| 167 | + 'Diamagnetism', 'Paramagnetism', 'Ferromagnetism', 'MagnonDispersion', 'HysteresisLoop', |
| 168 | + # Superconductivity |
| 169 | + 'BCSTheory', 'CooperPair', 'MeissnerEffect', 'JosephsonJunction', 'SQUID', |
| 170 | + # Topological Matter |
| 171 | + 'BerryPhase', 'BerryCurvature', 'ChernNumber', 'TopologicalInsulator2D', 'IntegerQuantumHall', |
153 | 172 | ] |
0 commit comments