Created
May 23, 2018 22:12
-
-
Save shouc/1f3d24b58d08eeff6e31fdc9601e50d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
Cl2 = -914.539251 | |
Cl = -457.274191 | |
CH4 = -39.925088 | |
CH3 = -39.307514 | |
CH3Cl = -496.645171 | |
HCl = -457.859632 | |
CH2Cl2 = -953.354926 | |
CHCl3 = -1410.057976 | |
CCl4 = -1866.755609 | |
CH2Cl = -496.024294 | |
CHCl2 = -952.733340 | |
CCl3 = -1410.057976 | |
print (CCl3 + HCl - CHCl3 - Cl) | |
kBbyh = (1.380662 * 10 ** -23) / (6.626176 * 10 ** -34) | |
R = 1.987 | |
G = 0.1286 * 627.5095 * 1000 | |
T = 10000 | |
#print G | |
#print (math.e ** (-G/(R * T))) | |
#print ((math.e ** (-G/(R * T))) * (kBbyh * T)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment