You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UserGuide/start.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -675,7 +675,7 @@ If you are familiar with the quantum espresso input files, you should recognize
675
675
Remember, the parameters setted here are just for fun, remember to run appropriate convergence check of the kmesh, smearing and basis set cutoffs before running the SSCHA code.
676
676
Keep also in mind that this input file refers to the supercell, and the kpts variable can be properly rescaled if the supercell is increased.
677
677
678
-
All the rest of the code remains the same (but here we do not compote harmonic phonons, which can be done more efficiently within the Quantum ESPRESSO).
678
+
All the rest of the code remains the same (but here we do not compute harmonic phonons, which can be done more efficiently within the Quantum ESPRESSO).
679
679
Instead, we take the result obtained with EMT in the previous sections, and try to relax the free energy with a fully ab-initio approach.
680
680
681
681
The complete code is inside Examples/sscha_and_dft/nvt_local.py
@@ -868,7 +868,7 @@ Sometimes cluster may not allow passwordless connection, in this case, you need
868
868
869
869
# Let us define the cluster
870
870
import sscha.Cluster
871
-
cluster = sscha.Custer.Cluster(hosthame='daint', pwd=None) # Put the password in pwd if needed
871
+
cluster = sscha.Cluster.Cluster(hostname='daint', pwd=None) # Put the password in pwd if needed
872
872
873
873
# Configure the submission strategy
874
874
cluster.account_name ='s1073'# Name of the account on which to subtract nodes
@@ -905,7 +905,7 @@ Sometimes cluster may not allow passwordless connection, in this case, you need
905
905
"""
906
906
907
907
# Now, what is the command to run quantum espresso on the cluster?
0 commit comments