Skip to content
/ hspcore Public

Hansen Solubility Parameters (HSP) core functions.

License

Notifications You must be signed in to change notification settings

Gnpd/hspcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hspcore

Hansen Solubility Parameters (HSP) core functions.

Installation

Install hspcore easily with pip:

pip install hspcore

Usage Example

from hspcore import get_hsp

#hsp grid is a list of solvents as [[Solvent,D,P,H,Score],...]
hsp_grid = [
    ['Acetonitrile', 15.3, 18.0, 6.1, 1],
    ['1-Bromonaphthalene', 20.6, 3.1, 4.1, 6],
    ['n-Butyl Acetate', 15.8, 3.7, 6.3, 3],
    ...
]

hsp,radius,error = get_hsp(hsp_grid)

Links

About

Hansen Solubility Parameters (HSP) core functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages