Coulomb Diamond Detector v1

Added coulomb-diamond-detector-v1 to the Control API. Unlike v0 which requires a pre-segmented binary mask, v1 detects diamond vertices directly from raw conductance data — no segmentation step needed.

1result = client.control.models.run(
2 model="coulomb-diamond-detector-v1",
3 data=f,
4)