Skip to content

Commit

Permalink
SOF-7298: reorder items
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 22, 2024
1 parent 27b6e3e commit 1680a7c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/context/providers/NonCollinearMagnetizationContextProvider.js
Expand Up @@ -144,19 +144,6 @@ export class NonCollinearMagnetizationContextProvider extends mix(JSONSchemaForm
"Set initial parameters for non-collinear spin magnetic (SOC) calculation.",
type: "object",
properties: {
isExistingChargeDensity: {
type: "boolean",
title: "Start calculation from existing charge density",
default: false,
},
lforcet: {
title: "Set lforcet",
type: "boolean",
oneOf: [
{ const: true, title: "True" },
{ const: false, title: "False" },
],
},
isStartingMagnetization: {
type: "boolean",
title: "Set starting magnetization",
Expand All @@ -183,9 +170,22 @@ export class NonCollinearMagnetizationContextProvider extends mix(JSONSchemaForm
},
},
},
isExistingChargeDensity: {
type: "boolean",
title: "Start calculation from existing charge density",
default: false,
},
lforcet: {
title: "Set lforcet to",
type: "boolean",
oneOf: [
{ const: true, title: "True" },
{ const: false, title: "False" },
],
},
isArbitrarySpinDirection: {
type: "boolean",
title: "Set arbitrary spin direction",
title: "Set spin directions",
default: false,
},
spinAngles: {
Expand Down

0 comments on commit 1680a7c

Please sign in to comment.