@@ -35,17 +35,17 @@ module ReactionMechanismSimulator
35
35
copy! (solvation,pyimport (" rmgpy.data.solvation" ))
36
36
copy! (fragment,pyimport (" rmgpy.molecule.fragment" ))
37
37
catch e
38
- copy! (molecule,pyimport_conda (" molecule.molecule" ," rmgmolecule" ," hwpang " ))
39
- copy! (chemkin,pyimport_conda (" molecule.chemkin" ," rmgmolecule" ," hwpang " ))
40
- copy! (species,pyimport_conda (" molecule.species" ," rmgmolecule" ," hwpang " ))
41
- copy! (reaction,pyimport_conda (" molecule.reaction" ," rmgmolecule" ," hwpang " ))
42
- copy! (nasa,pyimport_conda (" molecule.thermo.nasa" ," rmgmolecule" ," hwpang " ))
43
- copy! (wilhoit,pyimport_conda (" molecule.thermo.wilhoit" ," rmgmolecule" ," hwpang " ))
44
- copy! (arrhenius,pyimport_conda (" molecule.kinetics.arrhenius" ," rmgmolecule" ," hwpang " ))
45
- copy! (falloff,pyimport_conda (" molecule.kinetics.falloff" ," rmgmolecule" ," hwpang " ))
46
- copy! (chebyshev,pyimport_conda (" molecule.kinetics.chebyshev" ," rmgmolecule" ," hwpang " ))
47
- copy! (solvation,pyimport_conda (" molecule.data.solvation" ," rmgmolecule" ," hwpang " ))
48
- copy! (fragment,pyimport_conda (" molecule.molecule.fragment" ," rmgmolecule" ," hwpang " ))
38
+ copy! (molecule,pyimport_conda (" molecule.molecule" ," rmgmolecule" ," mjohnson541 " ))
39
+ copy! (chemkin,pyimport_conda (" molecule.chemkin" ," rmgmolecule" ," mjohnson541 " ))
40
+ copy! (species,pyimport_conda (" molecule.species" ," rmgmolecule" ," mjohnson541 " ))
41
+ copy! (reaction,pyimport_conda (" molecule.reaction" ," rmgmolecule" ," mjohnson541 " ))
42
+ copy! (nasa,pyimport_conda (" molecule.thermo.nasa" ," rmgmolecule" ," mjohnson541 " ))
43
+ copy! (wilhoit,pyimport_conda (" molecule.thermo.wilhoit" ," rmgmolecule" ," mjohnson541 " ))
44
+ copy! (arrhenius,pyimport_conda (" molecule.kinetics.arrhenius" ," rmgmolecule" ," mjohnson541 " ))
45
+ copy! (falloff,pyimport_conda (" molecule.kinetics.falloff" ," rmgmolecule" ," mjohnson541 " ))
46
+ copy! (chebyshev,pyimport_conda (" molecule.kinetics.chebyshev" ," rmgmolecule" ," mjohnson541 " ))
47
+ copy! (solvation,pyimport_conda (" molecule.data.solvation" ," rmgmolecule" ," mjohnson541 " ))
48
+ copy! (fragment,pyimport_conda (" molecule.molecule.fragment" ," rmgmolecule" ," mjohnson541 " ))
49
49
end
50
50
copy! (pydot,pyimport_conda (" pydot" ," pydot" ))
51
51
copy! (os,pyimport_conda (" os" ," os" ))
0 commit comments