summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
blob: 8fe561011377fa1a463958df8b671a190d3b1f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. chroma documentation master file, created by
   sphinx-quickstart on Sat Sep  3 12:36:34 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Chroma: Ultra-fast Photon Monte Carlo
=====================================

Chroma is a high performance optical photon simulation for particle physics detectors.  It tracks individual photons passing through a triangle-mesh detector geometry, simulating standard physics processes like diffuse and specular reflections, refraction, Rayleigh scattering and absorption.  

With the assistance of a CUDA-enabled GPU, Chroma can propagate 2.5 million photons per second in a detector with 29,000 photomultiplier tubes.  This is 200x faster than the same simulation with GEANT4.

Development
-----------

Chroma is under heavy development.  Tagged releases will happen soon,
but in the meantime we encourage people to obtain the code directly
from the Mercurial repository hosted at Bitbucket:

  http://bitbucket.org/chroma/chroma

For questions, ideas, and discussion, join the Chroma development mailing list:

  http://groups.google.com/group/chroma-sim

For bug reports, please create a Bitbucket account and use the Bitbucket issue tracker:

  https://bitbucket.org/chroma/chroma/issues?status=new&status=open


Documentation
-------------

.. toctree::
   :maxdepth: 2

   install
   geometry
   render
   simulation
   likelihood


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`