pychemia.test package¶
Submodules¶
pychemia.test.doctest_2to3 module¶
pychemia.test.test_00 module¶
pychemia.test.test_bin module¶
pychemia.test.test_zexample1 module¶
This example shows how to automatize the execution of ABINIT starting with just the input file “t44.in”
The abinit.files is written with the right locations for the pseudopotentials and the results are post-process using the output in NetCDF format “abinit-o_OUT.nc”
-
pychemia.test.test_zexample1.
creation
(filep)[source]¶ Create the input file from the original and set the proper values for abinit.files
-
pychemia.test.test_zexample1.
datamining
(filep)[source]¶ Read some output variables from abinit-o_OUT.nc
-
pychemia.test.test_zexample1.
which
(program)[source]¶ Search for the presence of an executable Found in: http://stackoverflow.com/questions/377017/test-if-executable-exists-in-python
pychemia.test.test_zexample2 module¶
This example shows how to automatize the execution of ABINIT starting with just the input file “t44.in”
The abinit.files is written with the right locations for the pseudopotentials and the results are post-process using the output in NetCDF format “abinit-o_OUT.nc”
-
pychemia.test.test_zexample2.
which
(program)[source]¶ Search for the presence of an executable Found in: http://stackoverflow.com/questions/377017/test-if-executable-exists-in-python