From c4b6f60083d2b70b2a97b79c3951efe5ab2fcda5 Mon Sep 17 00:00:00 2001 From: Chao Peng <cpeng@anl.gov> Date: Thu, 30 May 2024 21:26:24 -0500 Subject: [PATCH] update LGC sim file --- benchmarks/LGC/{sim.py => sim_optics.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename benchmarks/LGC/{sim.py => sim_optics.py} (94%) diff --git a/benchmarks/LGC/sim.py b/benchmarks/LGC/sim_optics.py similarity index 94% rename from benchmarks/LGC/sim.py rename to benchmarks/LGC/sim_optics.py index 8eb47db..bec0e16 100644 --- a/benchmarks/LGC/sim.py +++ b/benchmarks/LGC/sim_optics.py @@ -5,9 +5,9 @@ Based on M. Frank and F. Gaede runSim.py Modified with settings for SoLID simulation [simulation]: - python benchmarks/LGC/sim.py --compactFile solid.xml --runType batch + python benchmarks/LGC/sim_optics.py --compactFile solid.xml --runType batch [visualization]: - python benchmarks/LGC/sim.py --compactFile solid.xml --runType qt --macro macro/vis.mac + python benchmarks/LGC/sim_optics.py --compactFile solid.xml --runType qt --macro macro/vis.mac """ from __future__ import absolute_import, unicode_literals import logging -- GitLab