Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about sweep_num #5

Open
vhjbhc opened this issue Dec 1, 2024 · 2 comments
Open

Questions about sweep_num #5

vhjbhc opened this issue Dec 1, 2024 · 2 comments

Comments

@vhjbhc
Copy link

vhjbhc commented Dec 1, 2024

Hello, author, I want to repeat the example of GaN in your article,
There's a problem here:
sampling_settings = {

"total_sweeps": 10,

"sweep_size": 64,

start_temp: 0.1, # in terms of kbT

"perform_annealing": False,

"alpha": 1.0, # no annealing

"canonical": True,

"num_ads_atoms": 50,

"require_distance_decay": True,

"require_per_atom_energies": True,

"adsorbates": ["Si"],

"run_folder": run_folder,}

Do I need to change the total_sweeps value here to 500,Then I don't need to change any other parameters.Thank you!

@xiaochendu
Copy link
Collaborator

Hi, you might be following the Si example. Please check out the GaN example here: tutorials/GaN_0001.ipynb. And yes, please change total_sweeps to 500.

@vhjbhc
Copy link
Author

vhjbhc commented Dec 2, 2024

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants