mirror of
https://github.com/ANL-CEEESA/LLEPE.git
synced 2025-12-06 01:48:53 -06:00
Added license and updated docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# LLEPE: Liquid-Liquid Equilibrium Parameter Estimator
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See LICENSE for more details.
|
||||
|
||||
from .llepe import LLEPE
|
||||
from .utils import get_xml_value, set_size
|
||||
from .optimizers import *
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# LLEPE: Liquid-Liquid Equilibrium Parameter Estimator
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See LICENSE for more details.
|
||||
|
||||
from datetime import datetime
|
||||
import cantera as ct
|
||||
import pandas as pd
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# LLEPE: Liquid-Liquid Equilibrium Parameter Estimator
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See LICENSE for more details.
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# LLEPE: Liquid-Liquid Equilibrium Parameter Estimator
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See LICENSE for more details.
|
||||
|
||||
import scipy.optimize as scipy_opt
|
||||
from scipy.optimize import minimize
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# LLEPE: Liquid-Liquid Equilibrium Parameter Estimator
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See LICENSE for more details.
|
||||
|
||||
import xml.etree.ElementTree as ET
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user