-
graphicle.select.find_vertex(graph: Graphicle, pdgs_in: set[int] | None =
None, pdgs_out: set[int] | None =None) ndarray[Any, dtype[int32]][source] Locate vertices with the inward and outward particles of the passed pdg codes.
New in version 0.1.0.
- Parameters:¶
- Returns:¶
List the vertex ids which match the passed incoming and outgoing pdg codes.
- Return type:¶
ndarray[int32]
- Raises:¶
ValueError – Raised if
pdgs_inandpdgs_outare both left blank.
Last update:
Jun 27, 2025