.. _pet_tutorial: PET Tutorial ============ This chapter will serve as a tutorial covering a key OpenMETA design concept: the :ref:`pet`. You will learn how to create an OpenMETA PET analysis using :ref:`pet_analysis_blocks` and configure the analysis with a :ref:`parameter_study_driver`. Then, you will learn how to execute your PET with the *Master Interpreter* and analyze the results, using both the :ref:`results_browser` and the :ref:`visualizer`. From the results you will refine the analysis inputs and re-execute your analysis. Finally, you will be introduced to the :ref:`optimizer_driver` PET Driver and see how it can be used to discover a minimum in the design space. .. toctree:: :maxdepth: 1 :caption: Sections pet_getting_started pet_adding_an_analysis_block pet_adding_a_driver pet_making_connections pet_running_the_pet pet_analyzing_the_results pet_refining_the_pet pet_using_the_optimizer_driver