| [819] | 1 |
|
|---|
| 2 | ==========================================================
|
|---|
| 3 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 4 | ==========================================================
|
|---|
| 5 |
|
|---|
| 6 | History file for hadronic/models/qmd directory
|
|---|
| 7 | --------------------------------------------------------
|
|---|
| 8 |
|
|---|
| 9 | This file should be used to summarize modifications introduced in the
|
|---|
| 10 | code and to keep track of all tags.
|
|---|
| 11 |
|
|---|
| 12 | ---------------------------------------------------------------
|
|---|
| 13 | * Please list in reverse chronological order (last date on top)
|
|---|
| 14 | ---------------------------------------------------------------
|
|---|
| 15 | 26-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-05)
|
|---|
| 16 | - Fix of typo which introduced at (hadr-qmd-V09-00-04)
|
|---|
| 17 | src/G4QMDNucleus.cc
|
|---|
| 18 |
|
|---|
| 19 | 20-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-04)
|
|---|
| 20 | - Fixed failed initialization of some parameter
|
|---|
| 21 | src/G4QMDParameters.cc
|
|---|
| 22 | - Reduce standard outputted information
|
|---|
| 23 | src/G4QMDNucleus.cc ( included fix in hadr-qmd-V09-00-03)
|
|---|
| 24 | - Reduce multiple calculation of identical and symmetric parameters
|
|---|
| 25 | (enhance computing speed)
|
|---|
| 26 | src/G4QMDMeanField.cc
|
|---|
| 27 | - Change reaction system CM to NN
|
|---|
| 28 | (usually enhanced stability of ground state nucleus)
|
|---|
| 29 | include/G4QMDReaction.hh
|
|---|
| 30 | src/G4QMDReaction.cc
|
|---|
| 31 |
|
|---|
| 32 | 22-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-03)
|
|---|
| 33 | - Fixed compilation problem on WIN32-VC for usage of std::pow() function
|
|---|
| 34 | in file G4QMDNucleus.cc.
|
|---|
| 35 |
|
|---|
| 36 | 20-Nov-2007 Gabriele Cosmo (hadr-qmd-V09-00-02)
|
|---|
| 37 | - Fixed compilation problem on SUN-CC for handling of 'multimap'
|
|---|
| 38 | structures in G4QMDMeanField.cc.
|
|---|
| 39 |
|
|---|
| 40 | 15-Nov-2007 Tatsumi Koi (hadr-qmd-V09-00-01)
|
|---|
| 41 | - First implmentation of QMD reaction model
|
|---|
| 42 | based on JQMD (Niita et al., JAERI-Data/Code 99-042)
|
|---|
| 43 | Use Collision library of Geant4
|
|---|
| 44 |
|
|---|
| 45 | History (this file)
|
|---|
| 46 | GNUMakefile
|
|---|
| 47 | include/G4QMDGroundStateNucleus.hh
|
|---|
| 48 | include/G4QMDNucleus.hh
|
|---|
| 49 | include/G4QMDParticipant.hh
|
|---|
| 50 | include/G4QMDSystem.hh
|
|---|
| 51 | include/G4QMDCollision.hh
|
|---|
| 52 | include/G4QMDMeanField.hh
|
|---|
| 53 | include/G4QMDParameters.hh
|
|---|
| 54 | include/G4QMDReaction.hh
|
|---|
| 55 | src/G4QMDCollision.cc
|
|---|
| 56 | src/G4QMDGroundStateNucleus.cc
|
|---|
| 57 | src/G4QMDMeanField.cc
|
|---|
| 58 | src/G4QMDNucleus.cc
|
|---|
| 59 | src/G4QMDParameters.cc
|
|---|
| 60 | src/G4QMDParticipant.cc
|
|---|
| 61 | src/G4QMDReaction.cc
|
|---|
| 62 | src/G4QMDSystem.cc
|
|---|