pub fn compute_uhf_configured( elements: &[u8], positions: &[[f64; 3]], charge: i32, multiplicity: u32, config: &UhfConfig, ) -> Result<UhfResult, String>
Run UHF/ROHF with full configuration control.