Skip to content

MULTEM v2.2.1

Compare
Choose a tag to compare
@Ivanlh20 Ivanlh20 released this 28 Aug 13:12
· 101 commits to master since this release

MULTEM

  • This release contains binary files for the GUI and mexfiles for Windows operating system.

  • Be aware that some variable names have changed:

input_multislice.cond_lens_beta to input_multislice.cond_lens_ssf_sigma
input_multislice.cond_lens_nbeta to input_multislice.cond_lens_ssf_npoints
input_multislice.cond_lens_sf to input_multislice.cond_lens_dsf_sigma
input_multislice.cond_lens_nsf to input_multislice.cond_lens_dsf_npoints

input_multislice.obj_lens_sf to input_multislice.obj_lens_dsf_sigma
input_multislice.obj_lens_nsf to input_multislice.obj_lens_dsf_npoints

please check the multem_default_values.m and the mex_examples_multem

Using precompile GUI interface

The precompile GUI interface is only available for Windows operating system.

  • Execute vc_redist.x64.exe located in gui_bin folder.
  • Execute multem.exe.

Using precompile mexfiles for Matlab

The precompile mexfiles are only available for Windows operating system.

  • Execute vc_redist.x64.exe located in mex_bin folder.
  • Add to the Matlab path the following folders: crystalline_materials, matlab_functions and mex_bin.
  • Run the examples located in 'mex_examples_multem'.