Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused "from_pic" model #156

Merged
merged 1 commit into from
May 3, 2024
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
1 change: 0 additions & 1 deletion wake_t/physics_models/plasma_wakefields/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .simple_blowout import SimpleBlowoutWakefield
from .custom_blowout import CustomBlowoutWakefield
# from .from_pic import WakefieldFromPICSimulation
from .qs_cold_fluid_1x3p import NonLinearColdFluidWakefield
from .qs_rz_baxevanis import Quasistatic2DWakefield
from .focusing_blowout import FocusingBlowoutField
Expand Down
170 changes: 0 additions & 170 deletions wake_t/physics_models/plasma_wakefields/from_pic.py

This file was deleted.

Loading