--
You received this message because you are subscribed to the Google Groups "Twister Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twister-help+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/CACC_f2y5o%2B_6QyYFEu_v6%2B-M6SF7yZphpFX41Fo%2BVDQJiFj7sg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I have tried to reproduce the SA results of this paper. This my input file. Can you please point out if there is something I have done wrong when do the simulating annealing. Is the 1K temperature is higher enough? I don't see any difference between SA and SR according to my simulations.
Hi Gayani,Happy New Year!Yeah, the paper you referred would be a good starting point. I am afraid I didn't retain the the data files. You should be able to quickly generate the input files by following the MoS2 example.Best wishes,IndrajitHi Indrajith,I need to benchmark my structural relaxation (in-plane and out of plane) of WSe2 against one of your studies. Which paper you suggest.Reconstruction of moir´e lattices in twisted transition metal dichalcogenide bilayers?I found this.I need data for WSe2Please advice meBest,Gayani
--
You received this message because you are subscribed to the Google Groups "Twister Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twister-help...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/643579b6-48a9-4aaf-bead-ea9092702bc3n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/2a7a8952-7e61-4157-9d44-7012df6e7c6bn%40googlegroups.com.
units metal
dimension 3
box tilt large
atom_style atomic
newton on
# structure
boundary p p p
read_data WSe2_n21_theta58_46newcode.lmp
# potentials
pair_style hybrid/overlay sw/mod sw/mod kolmogorov/crespi/z 14.0 kolmogorov/crespi/z 14.0 kolmogorov/crespi/z 14.0 kolmogorov/crespi/z 14.0 lj/cut 10.0
# Intralayer Interaction
pair_coeff * * sw/mod 1 tmd.sw W Se Se NULL NULL NULL
pair_coeff * * sw/mod 2 tmd.sw NULL NULL NULL W Se Se
# Interlayer Interaction
# W-W interactions
pair_coeff 1 4 kolmogorov/crespi/z 1 WSe.KC W NULL NULL W NULL NULL
#Se-Se interaction
pair_coeff 2 6 kolmogorov/crespi/z 2 WSe.KC NULL Se NULL NULL NULL Se
#W-Se interaction
pair_coeff 1 6 kolmogorov/crespi/z 3 WSe.KC W NULL NULL NULL NULL Se
pair_coeff 2 4 kolmogorov/crespi/z 4 WSe.KC NULL Se NULL W NULL NULL
pair_coeff * * lj/cut 0.0 3.0
neighbor 2.0 bin
neigh_modify every 1 delay 0 check yes
#optimize at 0 K
#dump 1 all custom 100 WSe2out.xyz
#dump 1 all custom 100 dump.initial id type x y z
thermo 1000
thermo_style custom step pe press
#undump 1
fix 1 all box/relax iso 0.0
min_style cg
minimize 0.0 1.0e-4 1000000 1000000
unfix 1
write_dump all custom WSe2_n21_theta58_46relaxed.xyz id type x y z
~
~
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/640c5dde-460f-4316-b80f-f5fb485e0330n%40googlegroups.com.
Hi Gayani,
While the near 0-degree structure looks okay to me, the near 60-degree structure is not correct. For instance, the discontinuity of the interlayer spacing on a 3x3x1 and the weird pattern on a 1x1x1 suggest that the relaxed structure is not producing the right results.
I suggest you carefully examine the basis_* files for near 0 and near 60 degrees when creating the structure. It is very likely that the ordering or numbering of the layers is incorrect. The atom types are absolutely central to getting the right Kolmogorov-Crespi interactions.
I have attached script and relaxed structure
--
You received this message because you are subscribed to the Google Groups "Twister Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to twister-help...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/9fa02284-2a44-46cc-ac4e-135f7f5d6b3cn%40googlegroups.com.
Thank you very much for your suggestions on reproducing your results from the paper. I believe I have finally achieved that. However, I wonder if you also observe significant corrugation in your simulations, as shown in the attachment (e.g., at 59.27 degrees).
Please comment on this. I also conducted the simulation for 3x3x1 and still observed the same results.
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/3d417169-6a67-4e39-9ba9-3d9995f310c8n%40googlegroups.com.
Dear Indrajith,
I have successfully reproduced the simulated annealing (SA) results for WSe2. Thank you very much for your guidance and suggestions on reproducing the results from your paper. I increased the temperature up to 10 K and used the extended system as discussed.
However, I have a few questions, and I would greatly appreciate your insights. I followed the steps in your paper closely, and I’ve attached the input script for your reference.
In your paper, you mentioned that some of the experimental results match exactly with the structures observed from simulated annealing. Given that experiments are typically conducted at 300 K, I am curious about the best approach for a theorist to study relaxed structures at this temperature.
Would it be advisable to heat the system up to 300 K, perform NVT for a few nanoseconds to obtain the equilibrated structure, or should we first heat the system to 300 K, cool it down to zero, and then perform minimization?
Your advice on this matter would be invaluable.
Best regards,
Gayani
fix 1 all box/relax iso 0.0
min_style cg
minimize 0.0 1.0e-10 1000000 1000000
unfix 1
# NVT ensemble at 1 K
timestep 0.001
fix 2 all nvt temp 10.0 10.0 0.1
run 1000000 # Run MD for a certain number of steps at 1 K
# Cool down to 0 K
unfix 2
fix 3 all nvt temp 10.0 0.1 0.1
run 10000 # Run MD for a certain number of steps to cool down to 0 K
# Energy minimization
min_style cg
minimize 0.0 1.0e-10 1000000 1000000
To view this discussion on the web visit https://groups.google.com/d/msgid/twister-help/8eba3231-f798-45d7-98c2-a8f528662075n%40googlegroups.com.