Giter VIP home page Giter VIP logo

nimb2018's People

Contributors

jvavrek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nimb2018's Issues

3q

  1. Does your code take into account the probability of a coherent process (so called, "pure" NRF)?
  2. If so, what is the error in determining the probability of NRF? More or less than 30%?
  3. And finally, can I use G4NRF for Lu? Or maybe user can add their own isotopes in your database.

P.S. I can't send you an email to the address you provided.

Decay time of excited states may not be transferred to emitted photon

I haven't tested this yet, but I don't think the decay time of the excited state is ever sampled to provide an emission time for the new photon. Most lifetimes are very short (1-100 fs) but it could be interesting to include that correction, likely involving the following lines in G4NRF.cc:

G4DynamicParticle* aGamma = new G4DynamicParticle(G4Gamma::Gamma(), emitted_gamma_direction, E_gamma);
aParticleChange.AddSecondary(aGamma);

Something like (pseudocode):

aGamma->SetProperTime(current_time + G4RandExponential(-pLevel->Lifetime()));

maybe?

G4NRF::AssignMultiPoles Error Running with MPI

When running with MPI I get the following error:
33:ERROR in G4NRF::AssignMultipoles.
33:Unexpected value of Gamma_num_mult: 3
33:Aborting.
33:WARNING - Attempt to delete the physical volume store while geometry closed !
33:WARNING - Attempt to delete the logical volume store while geometry closed !
33:WARNING - Attempt to delete the solid store while geometry closed !
33:WARNING - Attempt to delete the region store while geometry closed !

I wasn't getting this error when only running on one core but now running with MPI I am consistently getting this error.

Fatal error in PMPI_Comm_dup: Unknown error class, error stack:
PMPI_Comm_dup(179)..................: MPI_Comm_dup(comm=0x84000004, new_comm=0x7fffffffb668) failed
PMPI_Comm_dup(164)..................:
MPIR_Comm_dup_impl(57)..............:
MPII_Comm_copy(571).................:
MPIR_Get_contextid_sparse_group(495):
MPIR_Allreduce_impl(293)............:
MPIR_Allreduce_intra_auto(178)......:
MPIR_Allreduce_intra_auto(84).......:
MPIR_Bcast_impl(310)................:
MPIR_Bcast_intra_auto(223)..........:
MPIR_Bcast_intra_binomial(182)......: Failure during collective
Fatal error in PMPI_Comm_dup: Unknown error class, error stack:
PMPI_Comm_dup(179)..................: MPI_Com

Areg said you have ran with MPI before so I was wondering if you've ran into this error before?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.