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:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"LLEPE: Liquid-Liquid Equilibrium Parameter Estimator\n",
|
||||
"\n",
|
||||
"Copyright © 2020, UChicago Argonne, LLC. All rights reserved.\n",
|
||||
"\n",
|
||||
"Released under the modified BSD license. See LICENSE for more details."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
@@ -580,7 +591,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.7"
|
||||
"version": "3.7.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"LLEPE: Liquid-Liquid Equilibrium Parameter Estimator\n",
|
||||
"\n",
|
||||
"Copyright © 2020, UChicago Argonne, LLC. All rights reserved.\n",
|
||||
"\n",
|
||||
"Released under the modified BSD license. See LICENSE for more details."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
@@ -469,7 +480,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.7"
|
||||
"version": "3.7.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"LLEPE: Liquid-Liquid Equilibrium Parameter Estimator\n",
|
||||
"\n",
|
||||
"Copyright © 2020, UChicago Argonne, LLC. All rights reserved.\n",
|
||||
"\n",
|
||||
"Released under the modified BSD license. See LICENSE for more details."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
@@ -586,7 +597,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.7"
|
||||
"version": "3.7.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"LLEPE: Liquid-Liquid Equilibrium Parameter Estimator\n",
|
||||
"\n",
|
||||
"Copyright © 2020, UChicago Argonne, LLC. All rights reserved.\n",
|
||||
"\n",
|
||||
"Released under the modified BSD license. See LICENSE for more details."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
@@ -433,7 +444,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.7"
|
||||
"version": "3.7.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
@@ -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 llepe
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
|
||||
@@ -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 llepe
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
|
||||
@@ -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 matplotlib.pyplot as plt
|
||||
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 llepe
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
|
||||
@@ -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.
|
||||
|
||||
# This file tests adding 0.1 M NaCl to the feed.
|
||||
import llepe
|
||||
import pandas as pd
|
||||
|
||||
Reference in New Issue
Block a user