index
:
chroma
master
Chroma is a high performance optical photon simulation for particle physics detectors
Anthony LaTorre
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-09
set default max_steps to 100. this seems like a reasonable number.
Anthony LaTorre
2021-05-09
add __getitem__ to Photon class
Anthony LaTorre
2021-05-09
rotate() does not need to create a matrix. update test. remove superflous fun...
Anthony LaTorre
2021-05-09
add norm() function to get the length of vectors and shorten normalize() func...
Anthony LaTorre
2021-05-09
add get_perp() to return an arbitrary perpendicular vector and a new rotate()...
Anthony LaTorre
2021-05-09
add get_bounds() method to BVHLayerSlice so that you can now view your bvh's ...
Anthony LaTorre
2021-05-09
add documenation for red hat enterprise 6 install
Anthony LaTorre
2021-05-09
positions returned by from_film() should be located at the focal point, not t...
Anthony LaTorre
2021-05-09
Use a wider range of standard wavelengths to accomodate UV photons, like in l...
Stan Seibert
2021-05-09
Remove some placeholder DAQ properties.
Stan Seibert
2021-05-09
Set an arbitrary time PDF for a Detector.
Stan Seibert
2021-05-09
Switch from hsv to jet_r color map because hsv has red at both ends, and
Stan Seibert
2021-05-09
Make the photon reduction used in the event display mode dynamically
Stan Seibert
2021-05-09
Add a Photons.reduced() method that returns a new Photons object with
Stan Seibert
2021-05-09
Minor change to allow eval_pdf to take a generator that emits
Stan Seibert
2021-05-09
Put triangles and vertices back onto the GPU if there is sufficient room.
Stan Seibert
2021-05-09
Diffuse reflection is lambertian, not isotropic.
Stan Seibert
2021-05-09
Add a function to create a Mesh from the coordinates for a convex polygon.
Stan Seibert
2021-05-09
Add the reemission probability and CDF arrays on the GPU to the material_data...
Stan Seibert
2021-05-09
Photons tagged with NAN_ABORT should not continue to be propagated.
Stan Seibert
2021-05-09
Change surface re-emission simulation to not use the diffuse
Stan Seibert
2021-05-09
Update photon history bits in Python to match C header.
Stan Seibert
2021-05-09
Add the ability to linear_extrude a mesh without the endcaps.
Stan Seibert
2021-05-09
Refactor the saving and loading of packed BVH nodes to fully abstract
Stan Seibert
2021-05-09
GPU geometry modification to permit the BVH node storage to be split
Stan Seibert
2021-05-09
add method to weld together solids at shared triangles
Andy Mastbaum
2021-05-09
make bulk reemission isotropic
Andy Mastbaum
2021-05-09
more unit test fixes
Andy Mastbaum
2021-05-09
update unit test bvh building
Andy Mastbaum
2021-05-09
add simple bulk reemission
Andy Mastbaum
2021-05-09
simplify surface models
Andy Mastbaum
2021-05-09
update docs per 2c200fc928a0
Andy Mastbaum
2021-05-09
fixes and tweaks for surface models
Andy Mastbaum
2021-05-09
update python-side gpu structs to reflect cuda changes
Andy Mastbaum
2021-05-09
add surface model documentation
Andy Mastbaum
2021-05-09
generalize surface models and add thin film model
Andy Mastbaum
2021-05-09
towards a more flexible surface model
Andy Mastbaum
2021-05-09
If (0,0,0) passed in for direction vector, constant_particle_gun will pick is...
Stan Seibert
2021-05-09
Raise an exception if a zero 3-vector is passed to make_rotation_matrix()
Stan Seibert
2021-05-09
Fix starting point of SNO PMT profile to be on axis
Stan Seibert
2021-05-09
Fixes to chroma-setup script.
Stan Seibert
2021-05-09
Add CUDA driver install directions and add matplotlib dependency
Stan Seibert
2021-05-09
Fix imports for chroma-cam
Stan Seibert
2021-05-09
Update installation instructions for CUDA 4.1 and GEANT4.9.5.
Stan Seibert
2021-05-09
Shell script from Andy Mastbaum that compiles all of Chroma's dependencies
Stan Seibert
2021-05-09
Silence more GEANT4 output when starting GEANT4 generator processes.
Stan Seibert
2021-05-09
Minor patches to include directories for GEANT4.9.5.
Stan Seibert
2021-05-09
Add the include directory for the virtualenv
Stan Seibert
2021-05-09
Remove unneeded Node.kind member from struct. Speeds up benchmark further, b...
Stan Seibert
2021-05-09
Add an argsort_direction() function to chroma.tools and use it to
Stan Seibert
[prev]
[next]