Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
228b0b75
Commit
228b0b75
authored
Nov 04, 2020
by
jansen31
Browse files
Default params
parent
f1faedb1
Changes
1
Show whitespace changes
Inline
Side-by-side
proxtoolbox/experiments/orbitaltomography/orthogonal_orbits.py
View file @
228b0b75
...
...
@@ -19,16 +19,13 @@ class OrthogonalOrbitals(PlanarMolecule):
'constraint'
:
'sparse real'
,
'sparsity_parameter'
:
75
,
'use_sparsity_with_support'
:
True
,
'threshold_for_support'
:
0.
05
,
'threshold_for_support'
:
0.
1
,
'support_filename'
:
None
,
'Nx'
:
None
,
'Ny'
:
None
,
'Nz'
:
None
,
'MAXIT'
:
500
,
'TOL'
:
1e-10
,
'lambda_0'
:
0.85
,
'lambda_max'
:
0.50
,
'lambda_switch'
:
50
,
'diagnostic'
:
True
,
'algorithm'
:
'CP'
,
# Cyclic Projections: reduces to AP when only given 2 proxoperators
'iterate_monitor_name'
:
'FeasibilityIterateMonitor'
,
# 'IterateMonitor', #
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment