Skip to content

Commit

Permalink
Update readqubdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 22, 2024
1 parent 52fa10e commit 099921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisatomic/readqubdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def read_qub_photoionizations(atomic_number, ion_stage, energy_levels, args, flo
if abs(args.nphixspoints - 100) < 0.5 and abs(args.phixsnuincrement - 0.1) < 0.001:
phixsvalues = np.array(phixsvalues_const)
else:
dict_phixstable = {"gs": np.array(list(zip(np.arange(1.0, 10.9, 0.1), phixsvalues_const, strict=True)))}
dict_phixstable = {"gs": np.array(list(zip(np.arange(1.0, 10.9, 0.1), phixsvalues_const, strict=False)))}
phixsvalues = artisatomic.reduce_phixs_tables(
dict_phixstable, args.optimaltemperature, args.nphixspoints, args.phixsnuincrement
)["gs"]
Expand Down

0 comments on commit 099921a

Please sign in to comment.