spintronics 0.3.0

Pure Rust library for simulating spin dynamics, spin current generation, and conversion phenomena in magnetic and topological materials
Documentation
1
2
3
4
5
6
7
8
//! Input/Output Module
//!
//! This module provides file I/O capabilities for interoperability with
//! other simulation tools and data analysis frameworks.

pub mod ovf;

pub use ovf::{OvfData, OvfFormat, OvfReader, OvfWriter};