# sp²-rich mixed
80% of Voronoi grains are cut from graphite (sp²), 20% from diamond
(sp³). Mostly graphite-like in character, with small tetrahedral
islands that begin to puncture the 2D-sheet topology.
## Parameters
```python
cell.generate(
shell_target,
num_steps=150,
grain_size=14.0,
grain_sources=[
{"atoms": atoms_graphite, "species_offset": 0, "weight": 0.80},
{"atoms": atoms_diamond, "species_offset": 1, "weight": 0.20},
],
bond_weight=2.5, angle_weight=1.2, repulsion_weight=2.0,
hard_core_scale=0.92, nonbond_push_scale=0.85,
displacement_sigma=0.02,
)
```
## Relaxation trajectory
## g3 distribution