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
bc40eb09
Commit
bc40eb09
authored
Nov 05, 2020
by
jansen31
Browse files
orbital tomography demos
parent
228b0b75
Changes
3
Show whitespace changes
Inline
Side-by-side
demos/orbit_degenerate_CP.py
0 → 100644
View file @
bc40eb09
import
SetProxPythonPath
from
proxtoolbox.experiments.orbitaltomography.degenerate_orbits
import
DegenerateOrbital
exp_pm
=
DegenerateOrbital
(
algorithm
=
'CP'
,
constraint
=
'sparse real'
,
sparsity_parameter
=
180
)
# exp_pm.plotInputData()
exp_pm
.
run
()
exp_pm
.
show
()
demos/orbit_orthogonal_CP.py
0 → 100644
View file @
bc40eb09
import
SetProxPythonPath
from
proxtoolbox.experiments.orbitaltomography.orthogonal_orbits
import
OrthogonalOrbitals
exp_pm
=
OrthogonalOrbitals
(
algorithm
=
'CP'
,
constraint
=
'sparse real'
)
# exp_pm.plotInputData()
exp_pm
.
run
()
exp_pm
.
show
()
demos/orbit_planar_DRl.py
0 → 100644
View file @
bc40eb09
import
SetProxPythonPath
from
proxtoolbox.experiments.orbitaltomography.planar_molecule
import
PlanarMolecule
exp_pm
=
PlanarMolecule
(
algorithm
=
'DRl'
,
constraint
=
'sparse real'
,
sparsity_parameter
=
40
)
# exp_pm.plotInputData()
exp_pm
.
run
()
exp_pm
.
show
()
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