What is electronic configuration?
Electronic configuration describes how electrons are distributed among the atomic orbitals of an element. This distribution follows the Aufbau principle, which states that electrons fill orbitals in order of increasing energy. The electron configuration determines an element’s chemical properties, reactivity, and behavior—especially its valence electrons, which participate in chemical bonding.The Aufbau principle
Electrons fill orbitals in a specific sequence based on energy levels. SemiCode Analyzer implements this using the following orbital sequence:Notice that the filling order doesn’t always follow numerical order. For example, 4s fills before 3d because it has lower energy.
Orbital capacity
Each type of orbital can hold a maximum number of electrons:| Orbital Type | Maximum Electrons |
|---|---|
| s | 2 |
| p | 6 |
| d | 10 |
| f | 14 |
Valence electrons
Valence electrons are the electrons in the outermost energy level (highest principal quantum number). These electrons determine an element’s chemical behavior and bonding characteristics. SemiCode Analyzer calculates valence electrons by tracking the highest energy level:Example: Silicon (Z=14)
Silicon has 14 electrons distributed as:- 1s² 2s² 2p⁶ 3s² 3p²
- The highest energy level is n=3 with 4 electrons (2 in 3s, 2 in 3p)
- Therefore, Silicon has 4 valence electrons
Elements with 4 valence electrons like Silicon and Germanium are ideal semiconductors because they form stable covalent bonds but can be easily modified through doping.
Examples
- Silicon (14)
- Phosphorus (15)
- Boron (5)
- Aluminum (13)
Electronic configuration: 1s² 2s² 2p⁶ 3s² 3p²Valence electrons: 4 (in level 3)Significance: Pure semiconductor with complete tetrahedral bonding structure
Energy level distribution
Beyond valence electrons, you can examine the complete distribution across all energy levels usinggetElectronsPerLevel(z):
- Level 1: 2 electrons (1s²)
- Level 2: 8 electrons (2s² 2p⁶)
- Level 3: 4 electrons (3s² 3p²)
- Levels 4-7: empty
Related concepts
Semiconductor types
Learn how valence electrons determine semiconductor classification
Doping
Discover how adding elements with different valence counts modifies properties
