.. CMC documentation master file, created by sphinx-quickstart on Mon Aug 3 21:43:57 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ================================= The Cluster Monte Carlo Code, CMC ================================= Welcome to the documentation for CMC, an `N`-body code for collisional stellar dynamics based on the original method of `Hénon (1971) `_. CMC has been under development for more than 20 years, starting with `Joshi et al. (2000 `_, `2001) `_, `Fregeau et al. (2003) `_. It has been upgraded to include all the relevant physics for modeling dense spherical star clusters, such as strong dynamical encounters (`Fregeau & Rasio 2007 `_), single and binary stellar evoltuion (`Chatterjee et al. 2010 `_), central massive black holes (`Umbreit et al. 2012 `_), three-body binary formation (`Morscher et al., 2014 `_), relativistic dynamics (`Rodriguez et al. 2018 `_) and more. CMC is parallelized using the Message Passing Interface (MPI), allowing it to run on workstations and distributed-memory high-performance computing clusters (`Pattabiraman et al. 2013 `_). It has been shown to produce similar results to state-of-the-art direct `N`-body simulations (`Rodriguez et al. 2016 `_). The public version of CMC is pinned to the `COSMIC `_ package for binary population synthesis (`Breivik et al. 2019 `_), which itself was originally based on the version of BSE (`Hurley et al. 2002 `_) that was developed in CMC over many years (`Chatterjee et al. 2010 `_, `Rodriguez et al. 2016 `_, and `2018 `_). Both projects have advanced significantly since then, but are pinned at the repository level: COSMIC is currently a submodule within CMC, ensuring that any cluster simulations or binary populations are integrated with the same physics. .. toctree:: :caption: User Guide :name: user-guide :maxdepth: 2 intro/index install/index initialconditions/index running/index output/index .. toctree:: :caption: Extending CMC :name: more-guide :maxdepth: 2 inifile/index FAQTroubleshooting/index contact/index .. toctree:: :caption: Developer Guide :name: dev-guide :maxdepth: 2 parallel/index src/index