We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sorting_mid
get_densities
edx_2015
create_edge_dislocation_system
create_screw_system
The text was updated successfully, but these errors were encountered:
Also awkward way of generating parameters:
parameters = { 'BHZ': {'A': 1.0, 'B': 1.0, 'D': 0.0, 'M': 0.8}, 'QAH': {'A': 1.0, 'B': 1.0, 'D': 0.0, 'mu': 0.8}} p_BHZ = SimpleNamespace(field=.005, t_inter=-.1, **parameters['BHZ']) p_QAH = SimpleNamespace(field=.01, t_inter=-.1, **parameters['QAH'])
Doesn't make sense, since 'BHZ' and 'QAH' have most parameters shared.
'BHZ'
'QAH'
Sorry, something went wrong.
No branches or pull requests
sorting_mid
argument is not used inget_densities
edx_2015
create_edge_dislocation_system
andcreate_screw_system
can be combined and would simplify the plottingThe text was updated successfully, but these errors were encountered: