Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yesun Huang
SumFrequencyGeneration
Commits
51fd7ec9
Commit
51fd7ec9
authored
Jun 14, 2021
by
YesunHuang
Browse files
Adjust parameters
parent
46484001
Changes
4
Hide whitespace changes
Inline
Side-by-side
ForSuperComputer/SFG_search_Eg.py
View file @
51fd7ec9
...
...
@@ -68,7 +68,7 @@ kappa_a=2;kappa_b=2;kappa_c=2
psi0_l
=
[
0
,
3
,
0
]
Ea
=
10
g
=
np
.
linspace
(
0.1
,
4
,
40
)
Ntraj
=
5
000
Ntraj
=
2
000
DeltaB
=
0
tlist
=
np
.
linspace
(
0
,
20
,
2000
)
opts
=
Options
()
...
...
ForSuperComputer/SFG_search_Eg.sh
View file @
51fd7ec9
...
...
@@ -2,6 +2,6 @@
#SBATCH -J SFG_Search
#SBATCH -o job-%j.log
#SBATCH -e job-%j.err
#SBATCH -N
4
-n 1
6
#SBATCH -N
16
-n 1
28
cd
/gpfs/home/quaninfo/yesunhuang/SFG
python SFG_search_Eg.py
ForSuperComputer/SFG_search_Eg_3D.py
View file @
51fd7ec9
...
...
@@ -66,11 +66,11 @@ def SearchForMax(array:list):
#parameters
kappa_a
=
2
;
kappa_b
=
2
;
kappa_c
=
2
psi0_l
=
[
0
,
3
,
0
]
Ea
=
np
.
linspace
(
0.1
,
1
,
3
)
g
=
np
.
linspace
(
0.1
,
4
,
3
)
Ea
=
np
.
linspace
(
4
,
10
,
10
)
g
=
np
.
linspace
(
0.1
,
4
,
10
)
DeltaB
=
0
Ntraj
=
1
00
tlist
=
np
.
linspace
(
0
,
2
0
,
2
000
)
Ntraj
=
20
00
tlist
=
np
.
linspace
(
0
,
1
0
,
1
000
)
opts
=
Options
()
opts
.
store_states
=
True
#opts.rhs_reuse=True
...
...
ForSuperComputer/SFG_search_Eg_3D.sh
0 → 100644
View file @
51fd7ec9
#!/bin/sh
#SBATCH -J SFG_Search
#SBATCH -o job-%j.log
#SBATCH -e job-%j.err
#SBATCH -N 16 -n 128
cd
/gpfs/home/quaninfo/yesunhuang/SFG
python SFG_search_Eg_3D.py
Write
Preview
Supports
Markdown
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