git push -u origin main

This commit is contained in:
fmq
2026-03-19 14:05:33 +08:00
commit 1e30b7bc63
739 changed files with 572150 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
//! TLUSTY/SYNSPEC Rust Implementation
//!
//! A progressive refactoring of the TLUSTY stellar atmosphere modeling
//! software from Fortran to Rust.
pub mod math;
pub mod physics;