Skip to main content

compute_uhf_configured

Function compute_uhf_configured 

Source
pub fn compute_uhf_configured(
    elements: &[u8],
    positions: &[[f64; 3]],
    charge: i32,
    multiplicity: u32,
    config: &UhfConfig,
) -> Result<UhfResult, String>
Expand description

Run UHF/ROHF with full configuration control.