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 3d_dft feature to docs.rs metadata
  • Loading branch information
prehner committed Sep 9, 2022
commit 25c5f46ef3007d74a459703b6cb4b8624ff8b74c
1 change: 1 addition & 0 deletions feos-dft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exclude = ["/.github/*", "*.ipynb"]

[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "./docs-header.html" ]
features = [ "3d_dft" ]

[dependencies]
quantity = { version = "0.5", features = ["linalg"] }
Expand Down
1 change: 1 addition & 0 deletions feos-dft/src/solvation/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//! Solvation free energies and pair correlaion functions.
mod pair_correlation;
pub use pair_correlation::{PairCorrelation, PairPotential};

Expand Down
1 change: 0 additions & 1 deletion feos-dft/src/solvation/solvation_profile.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//! Solvation free energies and pair correlaion functions.
use crate::adsorption::FluidParameters;
use crate::convolver::ConvolverFFT;
use crate::functional::{HelmholtzEnergyFunctional, DFT};
Expand Down