mopac_core 0.1.1

High-performance Data-Oriented semi-empirical quantum chemistry core engine in Rust
Documentation
1
2
3
4
5
6
7
//! Fock matrix assembly module for MOPAC_RS.
//!
//! Licensed under the Apache License, Version 2.0 (the "License").

pub mod fock_builder;

pub use fock_builder::*;