In featurize.py, passing a kwarg to write the forcepercent will result in a TypeError
for arg in kwargs:
raise TypeError("Unexpected keyword argument '{}'".format(arg))
But to use aenet-PyTorch, one requires the following lines in the generate.in, as specified in the tutorial here: