# sp³-leaning mixed 40% graphite grains, 60% diamond grains. Diamond-style tetrahedra begin to dominate the centre of the cell while graphitic sheets persist at the grain boundaries, close in character to the industrially-relevant ta-C and DLC coatings. ## Parameters ```python cell.generate( shell_target, num_steps=150, grain_size=14.0, grain_sources=[ {"atoms": atoms_graphite, "species_offset": 0, "weight": 0.40}, {"atoms": atoms_diamond, "species_offset": 1, "weight": 0.60}, ], 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