{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Using AnyBody from Python \n", "***\n", "\n", "The package **`anypytools`** has utilities and tools to work with the AnyBody Modeling System. \n", " \n", "This tutorial includes the following:\n", "\n", "### Topics\n", "\n", "* [Getting started](01_Getting_started_with_anypytools.ipynb) Running simple AnyBody macros \n", "* [Generating macros](02_Generating_macros.ipynb) Generate and run complex macros\n", "* [Working with AnyBody output](03_Working_with_output_from_Anybody.ipynb) Loading AnyOutput files and HDF5 files generated by AMS\n", "* [Batch processing](04_Batch_processing_multiple_models.ipynb) Techniques to batch process many models \n", "* [Advanced studies](05_Monte_Carlo_studies_etc.ipynb) Build macros for parameter, Monte Carlo & Latin hypercube studies.\n", "* [Tips&Tricks](06_Tips&Tricks.ipynb) Technical tricks for using anypytools\n", "\n", "\n", "See the [full documentation](https://anybody-research-group.github.io/anypytools-docs/) for more information.\n", "\n", "\n", "\"Don't\n" ] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.0" }, "nbsphinx": { "orphan": true }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": {}, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 4 }