The tutorial 8th#
Describes how PyXplore processes X-ray photoelectron spectroscopy (XPS) data.
coding#
1. Save your XPS data to the root directory and rename the file to
int.csv
.
# import PyXplore package
from PyXplore import WPEM
import pandas as pd
██╗ ██╗██████╗ ███████╗███╗ ███╗
██║ ██║██╔══██╗██╔════╝████╗ ████║
██║ █╗ ██║██████╔╝█████╗ ██╔████╔██║
██║███╗██║██╔═══╝ ██╔══╝ ██║╚██╔╝██║
╚███╔███╔╝██║ ███████╗██║ ╚═╝ ██║
╚══╝╚══╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
A Diffraction Refinement Software : WPEM
Bin Cao, Advanced Materials Thrust, Hong Kong University of Science and Technology (Guangzhou)
URL : https://github.com/Bin-Cao/WPEM
Executed on : 2025-07-22 11:02:07 | Have a great day.
====================================================================================================
2. Parse your diffraction data (
bing energy
, intensity) and perform background processing.
intensity_csv = pd.read_csv(r'int.csv',header=None )
var = WPEM.BackgroundFit(intensity_csv,segement=[[910,931],[948,952],[958,959],[966,970]],bac_num=120,Model='XPS',noise = 0.05,bac_var_type='multivariate gaussian')




================================
<Figure size 640x480 with 0 Axes>
3. After running the code, a new folder named
ConvertedDocuments
will be created in the root directory. This folder contains the background information.
Copy the two important files —
bac.csv
andno_bac_intensity.csv
— fromConvertedDocuments
into the root directory, as they are required for the next steps.
See also
A key difference with XPS is that the initial binding energy needs to be queried and input using two parameters: AtomIdentifier
and satellitePeaks
.**
AtomIdentifier = [['CuII','2p3/2',933.7,],['CuII','2p1/2',954,],]
satellitePeaks = [['CuII', '2p3/2',941.6,],['CuII','2p3/2',943.4],['CuII','2p1/2',962.5,],]
# The file name of non-background data
no_bac_intensity_file = "no_bac_intensity.csv"
# The file name of raw/original data
original_file = "int.csv"
# The file name of background data
bacground_file = "bac.csv"
# Execute the model
WPEM.XPSfit(
var, AtomIdentifier, satellitePeaks,no_bac_intensity_file, original_file, bacground_file,
bta = 0.80,iter_max = 50,
)
Started at Tue Jul 22 11:02:12 2025
Initialization
--------------------------------------------------------------------------------
—————————— Initilize the parameters by WPEM ——————————
Parameters of XPS are initialized has been completed
0%| | 0/50 [00:00<?, ?it/s]
10%|████▍ | 5/50 [00:00<00:01, 41.72it/s]
WPEM 0-th iteration
The energies of electrons are:
[[['CuII', '2p3/2', 933.7, [2, 1, 1.5]], ['CuII', '2p1/2', 954, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.6], ['CuII', '2p3/2', 943.4], ['CuII', '2p1/2', 962.5]]]
Rp:45.523 | Rwp:51.131 | Rsquare:287.228
WPEM 1-th iteration
The energies of electrons are:
[[['CuII', '2p3/2', 933.7, [2, 1, 1.5]], ['CuII', '2p1/2', 954, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.6], ['CuII', '2p3/2', 943.4], ['CuII', '2p1/2', 962.5]]]
Rp:45.938 | Rwp:51.811 | Rsquare:294.326
WPEM 2-th iteration
Under the central field approximation, the effective charge of CuII is: 25.799
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5567944942568406
The energies of electrons are:
[[['CuII', '2p3/2', 933.882, [2, 1, 1.5]], ['CuII', '2p1/2', 953.956, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.462], ['CuII', '2p3/2', 943.371], ['CuII', '2p1/2', 962.385]]]
Rp:46.259 | Rwp:52.489 | Rsquare:301.292
WPEM 3-th iteration
Under the central field approximation, the effective charge of CuII is: 25.795
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5493864287697079
The energies of electrons are:
[[['CuII', '2p3/2', 933.89, [2, 1, 1.5]], ['CuII', '2p1/2', 953.951, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.494], ['CuII', '2p3/2', 943.403], ['CuII', '2p1/2', 962.384]]]
Rp:46.344 | Rwp:52.587 | Rsquare:302.297
WPEM 4-th iteration
Under the central field approximation, the effective charge of CuII is: 25.793
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5472711772701394
The energies of electrons are:
[[['CuII', '2p3/2', 933.895, [2, 1, 1.5]], ['CuII', '2p1/2', 953.95, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.493], ['CuII', '2p3/2', 943.427], ['CuII', '2p1/2', 962.382]]]
Rp:46.408 | Rwp:52.650 | Rsquare:303.038
WPEM 5-th iteration
Under the central field approximation, the effective charge of CuII is: 25.792
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.546155096073957
The energies of electrons are:
[[['CuII', '2p3/2', 933.898, [2, 1, 1.5]], ['CuII', '2p1/2', 953.95, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.491], ['CuII', '2p3/2', 943.444], ['CuII', '2p1/2', 962.38]]]
Rp:46.461 | Rwp:52.699 | Rsquare:303.633
WPEM 6-th iteration
Under the central field approximation, the effective charge of CuII is: 25.79
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5454956959926958
The energies of electrons are:
[[['CuII', '2p3/2', 933.904, [2, 1, 1.5]], ['CuII', '2p1/2', 953.949, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.488], ['CuII', '2p3/2', 943.456], ['CuII', '2p1/2', 962.377]]]
Rp:46.505 | Rwp:52.739 | Rsquare:304.134
WPEM 7-th iteration
Under the central field approximation, the effective charge of CuII is: 25.789
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5451827544054262
The energies of electrons are:
[[['CuII', '2p3/2', 933.907, [2, 1, 1.5]], ['CuII', '2p1/2', 953.95, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.484], ['CuII', '2p3/2', 943.465], ['CuII', '2p1/2', 962.375]]]
Rp:46.544 | Rwp:52.777 | Rsquare:304.591
WPEM 8-th iteration
Under the central field approximation, the effective charge of CuII is: 25.788
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5451634921635551
The energies of electrons are:
[[['CuII', '2p3/2', 933.911, [2, 1, 1.5]], ['CuII', '2p1/2', 953.95, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.481], ['CuII', '2p3/2', 943.471], ['CuII', '2p1/2', 962.372]]]
Rp:46.580 | Rwp:52.811 | Rsquare:305.005
WPEM 9-th iteration
Under the central field approximation, the effective charge of CuII is:
20%|████████▌ | 10/50 [00:00<00:00, 42.08it/s]
30%|████████████▉ | 15/50 [00:00<00:00, 42.40it/s]
25.788
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5453921338017769
The energies of electrons are:
[[['CuII', '2p3/2', 933.913, [2, 1, 1.5]], ['CuII', '2p1/2', 953.952, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.478], ['CuII', '2p3/2', 943.475], ['CuII', '2p1/2', 962.369]]]
Rp:46.613 | Rwp:52.844 | Rsquare:305.400
WPEM 10-th iteration
Under the central field approximation, the effective charge of CuII is: 25.787
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5458271150863314
The energies of electrons are:
[[['CuII', '2p3/2', 933.916, [2, 1, 1.5]], ['CuII', '2p1/2', 953.953, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.475], ['CuII', '2p3/2', 943.478], ['CuII', '2p1/2', 962.366]]]
Rp:46.642 | Rwp:52.873 | Rsquare:305.753
WPEM 11-th iteration
Under the central field approximation, the effective charge of CuII is: 25.786
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5464314126562455
The energies of electrons are:
[[['CuII', '2p3/2', 933.92, [2, 1, 1.5]], ['CuII', '2p1/2', 953.953, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.472], ['CuII', '2p3/2', 943.481], ['CuII', '2p1/2', 962.363]]]
Rp:46.669 | Rwp:52.900 | Rsquare:306.083
WPEM 12-th iteration
Under the central field approximation, the effective charge of CuII is: 25.785
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5471734006441921
The energies of electrons are:
[[['CuII', '2p3/2', 933.923, [2, 1, 1.5]], ['CuII', '2p1/2', 953.953, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.469], ['CuII', '2p3/2', 943.482], ['CuII', '2p1/2', 962.36]]]
Rp:46.694 | Rwp:52.926 | Rsquare:306.393
WPEM 13-th iteration
Under the central field approximation, the effective charge of CuII is: 25.785
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5480263287264948
The energies of electrons are:
[[['CuII', '2p3/2', 933.925, [2, 1, 1.5]], ['CuII', '2p1/2', 953.955, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.467], ['CuII', '2p3/2', 943.484], ['CuII', '2p1/2', 962.358]]]
Rp:46.719 | Rwp:52.951 | Rsquare:306.698
WPEM 14-th iteration
Under the central field approximation, the effective charge of CuII is: 25.784
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5489679638914116
The energies of electrons are:
[[['CuII', '2p3/2', 933.929, [2, 1, 1.5]], ['CuII', '2p1/2', 953.956, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.465], ['CuII', '2p3/2', 943.484], ['CuII', '2p1/2', 962.355]]]
Rp:46.742 | Rwp:52.974 | Rsquare:306.972
WPEM 15-th iteration
Under the central field approximation, the effective charge of CuII is: 25.784
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5499791639996481
The energies of electrons are:
[[['CuII', '2p3/2', 933.93, [2, 1, 1.5]], ['CuII', '2p1/2', 953.958, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.463], ['CuII', '2p3/2', 943.485], ['CuII', '2p1/2', 962.352]]]
Rp:46.765 | Rwp:52.997 | Rsquare:307.245
WPEM 16-th iteration
Under the central field approximation, the effective charge of CuII is: 25.783
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5510444226206037
The energies of electrons are:
[[['CuII', '2p3/2', 933.934, [2, 1, 1.5]], ['CuII', '2p1/2', 953.958, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.461], ['CuII', '2p3/2', 943.486], ['CuII', '2p1/2', 962.349]]]
Rp:46.786 | Rwp:53.017 | Rsquare:307.489
WPEM 17-th iteration
Under the central field approximation, the effective charge of CuII is: 25.783
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5521503490396586
The energies of electrons are:
[[['CuII', '2p3/2', 933.936, [2, 1, 1.5]], ['CuII', '2p1/2', 953.96, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.459], ['CuII', '2p3/2', 943.486], ['CuII', '2p1/2', 962.346]]]
Rp:46.807 | Rwp:53.037 | Rsquare:307.734
WPEM 18-th iteration
Under the central field approximation, the effective charge of CuII is: 25.782
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5532863008297899
The energies of electrons are:
[[['CuII', '2p3/2', 933.939, [2, 1, 1.5]], ['CuII', '2p1/2', 953.96, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.458], ['CuII', '2p3/2', 943.486], ['CuII', '2p1/2', 962.343]]]
Rp:46.825 | Rwp:53.055 | Rsquare:307.952
WPEM 19-th iteration
Under the central field approximation, the effective charge of CuII is:
40%|█████████████████▏ | 20/50 [00:00<00:00, 42.56it/s]
50%|█████████████████████▌ | 25/50 [00:00<00:00, 42.52it/s]
25.782
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5544429415618155
The energies of electrons are:
[[['CuII', '2p3/2', 933.941, [2, 1, 1.5]], ['CuII', '2p1/2', 953.962, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.457], ['CuII', '2p3/2', 943.486], ['CuII', '2p1/2', 962.341]]]
Rp:46.844 | Rwp:53.072 | Rsquare:308.171
WPEM 20-th iteration
Under the central field approximation, the effective charge of CuII is: 25.781
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.555613074431947
The energies of electrons are:
[[['CuII', '2p3/2', 933.944, [2, 1, 1.5]], ['CuII', '2p1/2', 953.962, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.456], ['CuII', '2p3/2', 943.486], ['CuII', '2p1/2', 962.338]]]
Rp:46.860 | Rwp:53.088 | Rsquare:308.365
WPEM 21-th iteration
Under the central field approximation, the effective charge of CuII is: 25.781
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5567901839116616
The energies of electrons are:
[[['CuII', '2p3/2', 933.946, [2, 1, 1.5]], ['CuII', '2p1/2', 953.964, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.455], ['CuII', '2p3/2', 943.485], ['CuII', '2p1/2', 962.336]]]
Rp:46.877 | Rwp:53.104 | Rsquare:308.561
WPEM 22-th iteration
Under the central field approximation, the effective charge of CuII is: 25.781
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.557969499145315
The energies of electrons are:
[[['CuII', '2p3/2', 933.948, [2, 1, 1.5]], ['CuII', '2p1/2', 953.966, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.454], ['CuII', '2p3/2', 943.485], ['CuII', '2p1/2', 962.333]]]
Rp:46.893 | Rwp:53.119 | Rsquare:308.747
WPEM 23-th iteration
Under the central field approximation, the effective charge of CuII is: 25.78
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5591467458468962
The energies of electrons are:
[[['CuII', '2p3/2', 933.951, [2, 1, 1.5]], ['CuII', '2p1/2', 953.966, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.453], ['CuII', '2p3/2', 943.485], ['CuII', '2p1/2', 962.331]]]
Rp:46.907 | Rwp:53.131 | Rsquare:308.908
WPEM 24-th iteration
Under the central field approximation, the effective charge of CuII is: 25.78
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5603181176256709
The energies of electrons are:
[[['CuII', '2p3/2', 933.953, [2, 1, 1.5]], ['CuII', '2p1/2', 953.967, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.452], ['CuII', '2p3/2', 943.484], ['CuII', '2p1/2', 962.328]]]
Rp:46.921 | Rwp:53.144 | Rsquare:309.075
WPEM 25-th iteration
Under the central field approximation, the effective charge of CuII is: 25.78
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5614811413142897
The energies of electrons are:
[[['CuII', '2p3/2', 933.954, [2, 1, 1.5]], ['CuII', '2p1/2', 953.969, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.451], ['CuII', '2p3/2', 943.484], ['CuII', '2p1/2', 962.326]]]
Rp:46.935 | Rwp:53.156 | Rsquare:309.232
WPEM 26-th iteration
Under the central field approximation, the effective charge of CuII is: 25.779
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.562633440628492
The energies of electrons are:
[[['CuII', '2p3/2', 933.957, [2, 1, 1.5]], ['CuII', '2p1/2', 953.969, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.451], ['CuII', '2p3/2', 943.483], ['CuII', '2p1/2', 962.324]]]
Rp:46.946 | Rwp:53.167 | Rsquare:309.365
WPEM 27-th iteration
Under the central field approximation, the effective charge of CuII is: 25.779
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5637727599829994
The energies of electrons are:
[[['CuII', '2p3/2', 933.959, [2, 1, 1.5]], ['CuII', '2p1/2', 953.971, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.45], ['CuII', '2p3/2', 943.482], ['CuII', '2p1/2', 962.322]]]
Rp:46.959 | Rwp:53.177 | Rsquare:309.506
WPEM 28-th iteration
Under the central field approximation, the effective charge of CuII is: 25.779
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5648979422231769
The energies of electrons are:
[[['CuII', '2p3/2', 933.96, [2, 1, 1.5]], ['CuII', '2p1/2', 953.972, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.45], ['CuII', '2p3/2', 943.482], ['CuII', '2p1/2', 962.32]]]
Rp:46.970 | Rwp:53.188 | Rsquare:309.638
WPEM 29-th iteration
Under the central field approximation, the effective charge of CuII is:
60%|█████████████████████████▊ | 30/50 [00:00<00:00, 42.60it/s]
70%|██████████████████████████████ | 35/50 [00:00<00:00, 42.74it/s]
25.778
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5660076798457581
The energies of electrons are:
[[['CuII', '2p3/2', 933.963, [2, 1, 1.5]], ['CuII', '2p1/2', 953.972, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.449], ['CuII', '2p3/2', 943.481], ['CuII', '2p1/2', 962.318]]]
Rp:46.980 | Rwp:53.196 | Rsquare:309.749
WPEM 30-th iteration
Under the central field approximation, the effective charge of CuII is: 25.778
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5671005785860104
The energies of electrons are:
[[['CuII', '2p3/2', 933.965, [2, 1, 1.5]], ['CuII', '2p1/2', 953.973, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.449], ['CuII', '2p3/2', 943.48], ['CuII', '2p1/2', 962.316]]]
Rp:46.991 | Rwp:53.205 | Rsquare:309.867
WPEM 31-th iteration
Under the central field approximation, the effective charge of CuII is: 25.778
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5681762572904128
The energies of electrons are:
[[['CuII', '2p3/2', 933.966, [2, 1, 1.5]], ['CuII', '2p1/2', 953.975, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.448], ['CuII', '2p3/2', 943.479], ['CuII', '2p1/2', 962.315]]]
Rp:47.001 | Rwp:53.213 | Rsquare:309.979
WPEM 32-th iteration
Under the central field approximation, the effective charge of CuII is: 25.778
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5692340206264659
The energies of electrons are:
[[['CuII', '2p3/2', 933.968, [2, 1, 1.5]], ['CuII', '2p1/2', 953.976, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.448], ['CuII', '2p3/2', 943.478], ['CuII', '2p1/2', 962.313]]]
Rp:47.010 | Rwp:53.221 | Rsquare:310.086
WPEM 33-th iteration
Under the central field approximation, the effective charge of CuII is: 25.777
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5702732984093672
The energies of electrons are:
[[['CuII', '2p3/2', 933.971, [2, 1, 1.5]], ['CuII', '2p1/2', 953.976, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.447], ['CuII', '2p3/2', 943.478], ['CuII', '2p1/2', 962.312]]]
Rp:47.018 | Rwp:53.227 | Rsquare:310.171
WPEM 34-th iteration
Under the central field approximation, the effective charge of CuII is: 25.777
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5712933580372739
The energies of electrons are:
[[['CuII', '2p3/2', 933.972, [2, 1, 1.5]], ['CuII', '2p1/2', 953.977, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.447], ['CuII', '2p3/2', 943.477], ['CuII', '2p1/2', 962.31]]]
Rp:47.026 | Rwp:53.234 | Rsquare:310.266
WPEM 35-th iteration
Under the central field approximation, the effective charge of CuII is: 25.777
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.572294379994188
The energies of electrons are:
[[['CuII', '2p3/2', 933.973, [2, 1, 1.5]], ['CuII', '2p1/2', 953.978, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.447], ['CuII', '2p3/2', 943.476], ['CuII', '2p1/2', 962.309]]]
Rp:47.035 | Rwp:53.240 | Rsquare:310.356
WPEM 36-th iteration
Under the central field approximation, the effective charge of CuII is: 25.777
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5732761313904181
The energies of electrons are:
[[['CuII', '2p3/2', 933.974, [2, 1, 1.5]], ['CuII', '2p1/2', 953.98, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.446], ['CuII', '2p3/2', 943.475], ['CuII', '2p1/2', 962.307]]]
Rp:47.042 | Rwp:53.247 | Rsquare:310.442
WPEM 37-th iteration
Under the central field approximation, the effective charge of CuII is: 25.776
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5742384328292118
The energies of electrons are:
[[['CuII', '2p3/2', 933.977, [2, 1, 1.5]], ['CuII', '2p1/2', 953.979, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.446], ['CuII', '2p3/2', 943.474], ['CuII', '2p1/2', 962.306]]]
Rp:47.048 | Rwp:53.251 | Rsquare:310.507
WPEM 38-th iteration
Under the central field approximation, the effective charge of CuII is: 25.776
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5751808651457964
The energies of electrons are:
[[['CuII', '2p3/2', 933.978, [2, 1, 1.5]], ['CuII', '2p1/2', 953.98, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.446], ['CuII', '2p3/2', 943.473], ['CuII', '2p1/2', 962.305]]]
Rp:47.055 | Rwp:53.256 | Rsquare:310.584
WPEM 39-th iteration
80%|██████████████████████████████████▍ | 40/50 [00:00<00:00, 41.60it/s]
90%|██████████████████████████████████████▋ | 45/50 [00:01<00:00, 41.77it/s]
Under the central field approximation, the effective charge of CuII is: 25.776
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5761039142795297
The energies of electrons are:
[[['CuII', '2p3/2', 933.979, [2, 1, 1.5]], ['CuII', '2p1/2', 953.981, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.446], ['CuII', '2p3/2', 943.472], ['CuII', '2p1/2', 962.304]]]
Rp:47.063 | Rwp:53.262 | Rsquare:310.657
WPEM 40-th iteration
Under the central field approximation, the effective charge of CuII is: 25.776
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.577007586734658
The energies of electrons are:
[[['CuII', '2p3/2', 933.98, [2, 1, 1.5]], ['CuII', '2p1/2', 953.982, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.446], ['CuII', '2p3/2', 943.472], ['CuII', '2p1/2', 962.303]]]
Rp:47.070 | Rwp:53.266 | Rsquare:310.726
WPEM 41-th iteration
Under the central field approximation, the effective charge of CuII is: 25.775
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5778919101049942
The energies of electrons are:
[[['CuII', '2p3/2', 933.983, [2, 1, 1.5]], ['CuII', '2p1/2', 953.982, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.471], ['CuII', '2p1/2', 962.302]]]
Rp:47.075 | Rwp:53.269 | Rsquare:310.775
WPEM 42-th iteration
Under the central field approximation, the effective charge of CuII is: 25.775
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5787566161284525
The energies of electrons are:
[[['CuII', '2p3/2', 933.984, [2, 1, 1.5]], ['CuII', '2p1/2', 953.983, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.47], ['CuII', '2p1/2', 962.301]]]
Rp:47.082 | Rwp:53.274 | Rsquare:310.838
WPEM 43-th iteration
Under the central field approximation, the effective charge of CuII is: 25.775
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5796023832221879
The energies of electrons are:
[[['CuII', '2p3/2', 933.985, [2, 1, 1.5]], ['CuII', '2p1/2', 953.984, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.469], ['CuII', '2p1/2', 962.3]]]
Rp:47.088 | Rwp:53.278 | Rsquare:310.897
WPEM 44-th iteration
Under the central field approximation, the effective charge of CuII is: 25.775
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.580429346649011
The energies of electrons are:
[[['CuII', '2p3/2', 933.986, [2, 1, 1.5]], ['CuII', '2p1/2', 953.985, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.468], ['CuII', '2p1/2', 962.299]]]
Rp:47.094 | Rwp:53.282 | Rsquare:310.953
WPEM 45-th iteration
Under the central field approximation, the effective charge of CuII is: 25.775
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5812376463631543
The energies of electrons are:
[[['CuII', '2p3/2', 933.986, [2, 1, 1.5]], ['CuII', '2p1/2', 953.986, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.468], ['CuII', '2p1/2', 962.298]]]
Rp:47.100 | Rwp:53.286 | Rsquare:311.006
WPEM 46-th iteration
Under the central field approximation, the effective charge of CuII is: 25.774
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5820274758618512
The energies of electrons are:
[[['CuII', '2p3/2', 933.989, [2, 1, 1.5]], ['CuII', '2p1/2', 953.985, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.467], ['CuII', '2p1/2', 962.298]]]
Rp:47.104 | Rwp:53.287 | Rsquare:311.041
WPEM 47-th iteration
Under the central field approximation, the effective charge of CuII is: 25.774
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5827986841757195
The energies of electrons are:
[[['CuII', '2p3/2', 933.99, [2, 1, 1.5]], ['CuII', '2p1/2', 953.986, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.466], ['CuII', '2p1/2', 962.297]]]
Rp:47.110 | Rwp:53.291 | Rsquare:311.089
WPEM 48-th iteration
Under the central field approximation, the effective charge of CuII is: 25.774
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5835520752315267
The energies of electrons are:
[[['CuII', '2p3/2', 933.99, [2, 1, 1.5]], ['CuII', '2p1/2', 953.987, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.445], ['CuII', '2p3/2', 943.465], ['CuII', '2p1/2', 962.296]]]
100%|███████████████████████████████████████████| 50/50 [00:01<00:00, 42.14it/s]
100%|███████████████████████████████████████████| 50/50 [00:01<00:00, 42.20it/s]
Rp:47.115 | Rwp:53.294 | Rsquare:311.135
WPEM 49-th iteration
Under the central field approximation, the effective charge of CuII is: 25.774
The Integrated Energy ratio for satellite peak of [('CuII', '2p3/2'), ('CuII', '2p1/2')] is 0.5842878717303636
The energies of electrons are:
[[['CuII', '2p3/2', 933.991, [2, 1, 1.5]], ['CuII', '2p1/2', 953.987, [2, 1, 0.5]]]]
The energies of satellite peak are:
[[['CuII', '2p3/2', 941.444], ['CuII', '2p3/2', 943.465], ['CuII', '2p1/2', 962.296]]]
Rp:47.120 | Rwp:53.297 | Rsquare:311.179
After update the background : Rp = 47.075 | Rwp = 53.216 | Rsquare = 310.640



50-th iterations, reach the maximum number of iteration steps.
Rp: 47.075
Rwp: 53.216
WPEM-XPS program running time : 0 hours 0 minute 5 second
'0 hours 0 minute 5 second '
<Figure size 640x480 with 0 Axes>
The results are saved in the
XPSFittingProfile
folder.