Skip to content

Commit

Permalink
Added fermi2d configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
lllangWV committed Jul 31, 2023
1 parent ff0c5bc commit 25b4abc
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 215 deletions.
67 changes: 67 additions & 0 deletions pyprocar/cfg/fermi_surface_2d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@

add_axes_labels:
description: Boolean to add axes labels
value: true
add_legend:
description: Boolean to add legend
value: false
plot_color_bar:
description: Boolean to plot the color bar
value: false


cmap:
description: The colormap used for the plot.
value: jet

value: jet
clim:
description: The color scale for the color bar
value:
-
-
color:
description: The colors for the spin plot lines.
value:
- blue
- red
linestyle:
description: The linestyles for the spin plot lines.
value:
- solid
- dashed
linewidth:
description: The linewidth of the fermi surface
value: 0.2
no_arrow:
description: Boolean to use no arrows to represent the spin texture
value: False

arrow_color:
description: The linestyles for the spin plot lines.
value:

arrow_density:
description: The arrow density for the spin texture
value: 10
arrow_size:
description: The arrow size for the spin texture
value: 3
arrow_projection:
description: The projection for the color scale for spin texture
value: z^2

marker:
description: Controls the marker used for the spin plot
value: .
dpi:
description: The dpi value to save the image as
value: figure

x_label:
description: The x label of the plot
value: $k_{x}$ ($\AA^{-1}$)

y_label:
description: The x label of the plot
value: $k_{y}$ ($\AA^{-1}$)
Loading

0 comments on commit 25b4abc

Please sign in to comment.