pub fn build_constraint_jacobian(
geometry: &Geometry,
constraints: &[Constraint],
) -> DMatrix<f64>Expand description
Builds the constraint Jacobian matrix (C). Each row is the gradient of a single constraint (∇gᵢ). Dimensions: (num_constraints, 3 * num_atoms)