Path D - Module 51: Writing Your Own Form-Agnostic Functions#
Create your own ion-permeation analyzer. In this module, you will learn to use @arg_digest to build custom biophysical tools.
import molsysmt as msm
from molsysmt._private.argdigest import arg_digest
@arg_digest()
def my_biophys_tool(molecular_system): return "Analyzed"