@@ -19,18 +19,17 @@ module ReactionMechanismSimulator
19
19
function __init__ ()
20
20
copy! (Chem,pyimport_conda (" rdkit.Chem" ," rdkit" ," rmg" ))
21
21
copy! (Desc,pyimport_conda (" rdkit.Chem.Descriptors" ," rdkit" ," rmg" ))
22
- copy! (molecule,pyimport_conda (" rmgpy .molecule" ," rmg " ," rmg " ))
22
+ copy! (molecule,pyimport_conda (" molecule .molecule" ," rmgmolecule " ," hwpang " ))
23
23
copy! (pydot,pyimport_conda (" pydot" ," pydot" ))
24
- copy! (chemkin,pyimport_conda (" rmgpy.chemkin" ," rmg" ," rmg" ))
25
- copy! (species,pyimport_conda (" rmgpy.species" ," rmg" ," rmg" ))
26
- copy! (reaction,pyimport_conda (" rmgpy.reaction" ," rmg" ," rmg" ))
27
- copy! (nasa,pyimport_conda (" rmgpy.thermo.nasa" ," rmg" ," rmg" ))
28
- copy! (wilhoit,pyimport_conda (" rmgpy.thermo.wilhoit" ," rmg" ," rmg" ))
29
- copy! (arrhenius,pyimport_conda (" rmgpy.kinetics.arrhenius" ," rmg" ," rmg" ))
30
- copy! (falloff,pyimport_conda (" rmgpy.kinetics.falloff" ," rmg" ," rmg" ))
31
- copy! (chebyshev,pyimport_conda (" rmgpy.kinetics.chebyshev" ," rmg" ," rmg" ))
32
- copy! (solvation,pyimport_conda (" rmgpy.data.solvation" ," rmg" ," rmg" ))
33
- copy! (yaml,pyimport_conda (" yaml" ," yaml" ))
24
+ copy! (chemkin,pyimport_conda (" molecule.chemkin" ," rmgmolecule" ," hwpang" ))
25
+ copy! (species,pyimport_conda (" molecule.species" ," rmgmolecule" ," hwpang" ))
26
+ copy! (reaction,pyimport_conda (" molecule.reaction" ," rmgmolecule" ," hwpang" ))
27
+ copy! (nasa,pyimport_conda (" molecule.thermo.nasa" ," rmgmolecule" ," hwpang" ))
28
+ copy! (wilhoit,pyimport_conda (" molecule.thermo.wilhoit" ," rmgmolecule" ," hwpang" ))
29
+ copy! (arrhenius,pyimport_conda (" molecule.kinetics.arrhenius" ," rmgmolecule" ," hwpang" ))
30
+ copy! (falloff,pyimport_conda (" molecule.kinetics.falloff" ," rmgmolecule" ," hwpang" ))
31
+ copy! (chebyshev,pyimport_conda (" molecule.kinetics.chebyshev" ," rmgmolecule" ," hwpang" ))
32
+ copy! (solvation,pyimport_conda (" molecule.data.solvation" ," rmgmolecule" ," hwpang" ))
34
33
copy! (os,pyimport_conda (" os" ," os" ))
35
34
end
36
35
include (" Constants.jl" )
0 commit comments