Skip to content

Commit

Permalink
Change vapor flow rate property name (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 authored Apr 17, 2024
1 parent f6cfcb3 commit 8d59a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_material_processing/vapor_deposition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class VaporDepositionSource(ArchiveSection):
Example: A heater, a filament, a laser, a bubbler, etc.
""",
)
vapor_flow_rate = SubSection(
vapor_molar_flow_rate = SubSection(
section_def=MolarFlowRate,
description="""
The rate of the material being evaporated (mol/time).
Expand Down

0 comments on commit 8d59a57

Please sign in to comment.