This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Releases: feos-org/feos-dft
Releases · feos-org/feos-dft
v0.2.0
Added
- Added
grand_potential_densitygetter for DFT profiles in Python. #22
Changed
- Renamed
AxisGeometrytoGeometry. #19 - Removed
PyGeometryandPyFMTVersionin favor of a simpler implementation usingPyO3's new#[pyclass]for fieldless enums feature. #19 DFTSolvernow usesVerbosityinstead of aboolto control its output. #19SurfaceTensionDiagramnow uses the newStateVecstruct to access properties of the bulk phases. #19Pore1D::initializeandPore3D::initializenow accept initial values for the density profiles as optional arguments. #24- Internally restructured the
DFTstructure to avoid redundant data. #24 - Removed the
mfunction inFluidParameters, it is instead inferred fromHelmholtzEnergyFunctionalwhich is now a supertrait ofFluidParameters. #24 - Added optional field
cutoff_radiustoExternalPotential::FreeEnergyAveraged. #25
Packaging
- Updated
pyo3andnumpydependencies to 0.16. - Updated
quantitydependency to 0.5. - Updated
num-dualdependency to 0.5. - Updated
feos-coredependency to 0.2. - Updated
angdependency to 0.6. - Removed
logdependency.
v0.1.3
v0.1.2
v0.1.1
Added
HelmholtzEnergyFunctionals can now overwrite theideal_gasmethod to provide a non-default ideal gas contribution that is accounted for in the calculation of the entropy, the internal energy and other properties. #10
Changed
- Removed the
functionalfield inPore1DandPore3D. #9
Fixed
- Fixed the units of default values for adsorption isotherms. #8