geant4_pybind icon indicating copy to clipboard operation
geant4_pybind copied to clipboard

Alternative Python bindings for Geant4

Results 5 geant4_pybind issues
Sort by recently updated
recently updated
newest added

The installation went fine, but the example usage failed, ``` In [1]: from geant4_pybind import G4UIExecutive --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from...

Add `.pre-commit-config.yaml` configuration file for pre-commit tool. This will run some code formatting automatically: clang-format, black, formatting cmake files, etc. The pre-commit bot can be configured to automatically enforce this...

Hi Harald (if that's your name), I discovered your package because I need to write a simple simulation in Geant4. I see that the version number of this project is...

As the bindings are not feature complete one may need to extend them for their specific use. A very good starting point is incorporating automatically generated bindings ([parsed.zip](https://github.com/HaarigerHarald/geant4_pybind/files/8040433/parsed.zip)) from a...

enhancement
help wanted
good first issue

Good afternoon, esteemed developer! I would like to inquire whether it is possible to implement a feature that allows users to create a custom Physics List with specific particle list...

enhancement