Skip to content

Commit 5b1dd45

Browse files
committed
add copyright header
1 parent 0ee14e8 commit 5b1dd45

File tree

94 files changed

+470
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+470
-0
lines changed

examples/000a_sps_tune_shift.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import matplotlib.pyplot as plt
27
import numpy as np
38
import pathlib

examples/000b_sps_tune_shift_multibunch.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import matplotlib.pyplot as plt
27
import numpy as np
38
import pathlib

examples/000c_sps_tune_shift_multibunch_mpi.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
# mpirun -n 2 python 000c_sps_tune_shift_multibunch_mpi.py
27
import numpy as np
38
import pathlib

examples/001_many_resonators.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import xwakes as xw
27

38

examples/001a_hllhc_instability_wake_table.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import numpy as np
27
import matplotlib.pyplot as plt
38
from scipy.signal import hilbert

examples/001b_hllhc_instability_wake_table_multibunch.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import xtrack as xt
27
import xpart as xp
38
import xfields as xf

examples/001c_hllhc_instability_wake_table_multibunch_mpi.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16

27
# Run with: mpiexec -n 2 python 001c_hllhc_instability_wake_table_multibunch_mpi.py
38

examples/002_wake_sum.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import numpy as np
27

38
import xwakes as xw

examples/convolution_multibunch/000_check_convolution_two_bunches.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import xtrack as xt
27
import xpart as xp
38
import xwakes as xw

examples/convolution_multibunch/001a_checks_on_slicer_and_compressed_profile_serial.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# copyright ############################### #
2+
# This file is part of the Xwakes Package. #
3+
# Copyright (c) CERN, 2024. #
4+
# ######################################### #
5+
16
import xfields as xf
27
import xtrack as xt
38
import numpy as np

0 commit comments

Comments
 (0)