Modified reeps to grab charge from REE in xml file for initial chlorine moles calculation

This commit is contained in:
titusquah
2020-06-02 14:38:25 -06:00
parent 5dd4d37c02
commit 52c8efc05e
6 changed files with 1224 additions and 9 deletions

View File

@@ -1,8 +1,9 @@
import json
import sys
sys.path.append('../')
from reeps import REEPS
import json
with open('one_comp_settings.txt') as file:
testing_params = json.load(file)