Usage¶
To use the METOD Algorithm in Python, ensure that all steps in the Installation process have been followed.
If the Installation of the METOD Algorithm is successful, all METOD Algorithm source files can be imported.
Quick example using Python¶
See Installation for a simple example using the METOD Algorithm.
Run examples using the command line¶
In order to run the METOD Algorithm from the command line, Example 1 and Example 2 can be modified accordingly.
Comments within metod_quad_example.py and metod_sog_example.py provide details on how to update the code.
Run examples using Jupyter Notebooks¶
Similarly, Jupyter Notebooks can also be modified accordingly. Instructions within each Jupyter Notebook provide details on how to update the code.