Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
161 changes: 133 additions & 28 deletions docs/user_guide/detector/index.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/user_guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ from attpc_engine.detector import (
)

from attpc_engine import nuclear_map
from spyral_utils.nuclear.target import TargetData, GasTarget
from spyral_utils.nuclear.target import load_target, GasTarget
from pathlib import Path

input_path = Path("./output/kinematics/c16dd_d2_300Torr_184MeV.h5")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "attpc_engine"
version = "0.7.0"
version = "0.8.0"
description = "AT-TPC Monte-Carlo simulation engine"
authors = [
{name = "Gordon McCann", email = "gordonmccann215@gmail.com"},
Expand Down
Loading