-
Notifications
You must be signed in to change notification settings - Fork 10
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
diel in OCEAN #195
Comments
@deyulu this looks like a bug which we can easily fix by setting |
@matthewcarbone dielectric constant is a required parameter in ocean. If there is no value retrieved from MP, we need to throw an error message, so that user can fix it. Does it make sense? @jtv3, what do you think? |
@deyulu Yeah all sounds good. So I think the plan should be to
|
It shouldn’t be required in ocean 3On Sep 27, 2023, at 08:34, Matthew Carbone ***@***.***> wrote:
@deyulu Yeah all sounds good. So I think the plan should be to
If diel=None, set the value from the MP
If diel is not None, then use that value for all materials (maybe throw a warning that this is not recommended)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@jtv3 does that mean you think we shouldn't provide a sensible default from the MP? What do you recommend? |
If one is available from MP that is a good option. But if there isn’t one then lightshow shouldn’t worry. On Sep 27, 2023, at 09:07, Matthew Carbone ***@***.***> wrote:
@jtv3 does that mean you think we shouldn't provide a sensible default from the MP? What do you recommend?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Seems then like this is a request for a new feature, basically. Anyone want to do it? If not I'll get to it, eventually. |
In the basic jupyter note book, there is a code block like:
If there are multiple materials provided,
diel
should not set to a given value, since this will be assigned to all the materials. The easiest way is to get this value from MP. @deyulu I remember you had collaboration work using OCEAN. Please double check if this setting is correct or not.The text was updated successfully, but these errors were encountered: