Initial work in the Molecule and Atom class

Signed-off-by: Vitor Hideyoshi <vitor.h.n.batista@gmail.com>
This commit is contained in:
2021-06-29 17:16:00 -03:00
committed by Vitor Hideyoshi
parent 7d74c3fb3e
commit 292995d0ea
4 changed files with 54 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ if __name__ == '__main__':
help='input file of diceplayer [default = control.in]')
parser.add_argument('-o', dest='outfile', default='run.log', metavar='OUTFILE',
help='output file of diceplayer [default = run.log]')
## Study the option of a parameter for continuing the last process via data from control.in and run.log files
args = parser.parse_args()