Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add non-pcsaft models
  • Loading branch information
prehner committed Apr 7, 2025
commit f60df55a411a3080cb80cf5cf529be7addc78db7
3 changes: 0 additions & 3 deletions src/epcsaft/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ pub use eos::{ElectrolytePcSaft, ElectrolytePcSaftOptions, ElectrolytePcSaftVari
pub use parameters::{
ElectrolytePcSaftBinaryRecord, ElectrolytePcSaftParameters, ElectrolytePcSaftRecord,
};

#[cfg(feature = "python")]
pub mod python;
86 changes: 0 additions & 86 deletions src/epcsaft/python.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/pets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ mod parameters;
pub use dft::{PetsFunctional, PetsFunctionalContribution};
pub use eos::{Pets, PetsOptions};
pub use parameters::{PetsBinaryRecord, PetsParameters, PetsRecord};

#[cfg(feature = "python")]
pub mod python;
244 changes: 0 additions & 244 deletions src/pets/python.rs

This file was deleted.

Loading