Nickel and Copper
Nickel and Copper
  • 82
  • 491 314
Build V2O5 Bilayer with LatticeMixer
In this video, we use LatticeMixer to build a V2O5 bilayer system.
V2O5 2D crystal: file download www.materialscloud.org/discover/mc2d/details/V2O5
Переглядів: 1 180

Відео

New Feature LatticeMixer - Orthorhombic Lattice Support
Переглядів 1,1 тис.2 роки тому
In this video, we look at how we can use LatticeMixer to make heterostructures for systems with orthorhombic lattices. The system we use is 2D KCl. Link to 2D KCl structure: www.materialscloud.org/discover/mc2d/details/KCl
[No Mic] Bi2Se3 Monolayer and Bilayer in VESTA
Переглядів 4,5 тис.2 роки тому
In this video, we use VESTA to make a monolayer and bilayer of Bi2Se3, a popular topological insulator. Comparing our structures with Figure 1 in the paper, PHYSICAL REVIEW B 88, 045312 (2013), it appears that we make the (111) surface in this video. Please note I may be mistaken, as I just checked by visual comparison. Link to materials cloud 2d crystal structure database for Bi2Se3: www.mater...
[No Mic] NanoCrystal / Graphene Heterostructure in VESTA
Переглядів 1,3 тис.2 роки тому
In this video, we use VESTA to build a heterostructure between graphene and a Au nanocrystal. Below are the links to the videos that show how to make the graphene and Au nanocrystal systems. Au nanocrystal: ua-cam.com/video/qvL2fHIe3lM/v-deo.html Graphene: ua-cam.com/video/vAc_vlSfQT0/v-deo.html
[No Mic] CdI2 / Graphene Heterojunctions with LatticeMixer
Переглядів 8902 роки тому
In this video, we use LatticeMixer to build a series of CdI2 / Graphene heterojunctions. Note: This video has no mic. CdI2: www.materialscloud.org/discover/mc2d/details/CdI2 Graphene: ua-cam.com/video/vAc_vlSfQT0/v-deo.html
Build Arsenene Moire Pattern Heterostructure with LatticeMixer!
Переглядів 1,1 тис.2 роки тому
In this video, we go to the Materials Cloud two-dimensional crystals database www.materialscloud.org/discover/mc2d/details/As and get the crystal structure of 2D As. We use this structure to make a Moire pattern in Lattice Mixer ATTENTION There seems to be an error with the CIF download option in materials cloud 2D data, which resulted in us obtaining the "flat" (non-buckled) structure. If you ...
Hartree Fock Program in Python Part 6b - SCF Cycle Part 2
Переглядів 2,5 тис.3 роки тому
In this video, we finish the SCF cycle and compute a bond dissociation curve for H2 This code is not intended to be an example of good programming - it is a naive approach for writing a Hartree Fock program in Python. I also think its possible that this code contains mistake - that's why I need YOU. Please check it out on github, and let me know. github.com/nickelandcopper/HartreeFockPythonProgram
Hartree Fock Program in Python Part 6a - SCF Cycle Part 1
Переглядів 2 тис.3 роки тому
In this video, we begin to add the SCF cycle. We prepare various H2 molecules with various bond distances and set up the function to compute the SCF energy. This code is not intended to be an example of good programming - it is a naive approach for writing a Hartree Fock program in Python github.com/nickelandcopper/HartreeFockPythonProgram
Build Pt (111) 8 Layer Slab Model (using primitive cell) in VESTA
Переглядів 4,9 тис.3 роки тому
In this video, we use VESTA to build a 8 Layer Pt (111) slab model.
Build Many Layer Graphene - MoSe2 - hBN heterojunction with LatticeMixer and VESTA
Переглядів 3,2 тис.3 роки тому
In this video, we use LatticeMixer and VESTA to build a tri-layer Graphene - MoSe2 - hBN heterojunction. Each of these systems have a hexagonal lattice and the contact face between them is the 001 face. www.latticemixer.com
Build Interface: cubic CsPbBr3 (001) / cubic Au (001) with LatticeMixer and VESTA
Переглядів 2,1 тис.3 роки тому
In this video, we use LatticeMixer and VESTA to build and analyze an interface between cubic CsPbBr3 (001) and cubic Au (001). Please note that the perovskite crystal surface here may is not stoichiometrically balanced nor charge neutral (assuming native oxidation numbers). One likely needs to add atoms/molecules to passivate dangling bonds on the surface of the perovskite crystal and bring cha...
Make Moire Pattern Models with LatticeMixer
Переглядів 2,2 тис.3 роки тому
In this video, I show how to use LatticeMixer to build Moire patterned heterostructures. i also show how LatticeMixer can be used to make other hexagonal/hexagonal and cubic/cubic interfaces. www.latticemixer.com
Build MAPbI3 (110) / Graphene Heterojunction in VESTA
Переглядів 3,6 тис.3 роки тому
In this video, we make the (110) surface slab of MAPbI3 and then interface it with graphene to make a heterojunction that I found in this paper (below): pubs.acs.org/doi/10.1021/acs.jpcc.8b03230 There are 3 main concepts covered in this video: 1. slab cutting of MAPbI3. This is nontrivial becuase we have to be careful about some iodine atoms in the vacuum axis dimension 2. Orthogonalize the hex...
Build g-c3N4 / CdS (110) interface in VESTA
Переглядів 5 тис.3 роки тому
In this video, we build an interface between g-c3N4 and the (110) surface of CdS. I do an adaptation of what is found at this reference: pubs.acs.org/doi/abs/10.1021/acs.jpcc.5b09092 Want to learn how to make 2D material heterostructures? Join the course to learn in full detail how to make 2D material heterostructure using VESTA early join new Slack community. Below is a link to the course for ...
Build Perovskite Slab Model in VESTA (two termination options)
Переглядів 5 тис.3 роки тому
In this video, we build the two types of PbTiO3 slab models from the following academic paper: www.sciencedirect.com/science/article/abs/pii/S0039602804000421 Want to learn how to make 2D material heterostructures? Join the course to learn in full detail how to make 2D material heterostructure using VESTA early join new Slack community. Below is a link to the course for the full description: Ud...
Hartree Fock Program in Python Part 5 - Nuclear Nuclear Repulsion Energy
Переглядів 1,6 тис.3 роки тому
Hartree Fock Program in Python Part 5 - Nuclear Nuclear Repulsion Energy
CoP 111 Slab Model in VESTA (very tricky)
Переглядів 3,8 тис.3 роки тому
CoP 111 Slab Model in VESTA (very tricky)
Build Slab Model in VESTA - CoP 001 Surface
Переглядів 5 тис.3 роки тому
Build Slab Model in VESTA - CoP 001 Surface
Surface Rotation in VESTA - Au (111) to Au(-110)
Переглядів 4,4 тис.3 роки тому
Surface Rotation in VESTA - Au (111) to Au(-110)
Build VSe2 Monolayer in VESTA (homo-bilayer included!)
Переглядів 4,1 тис.3 роки тому
Build VSe2 Monolayer in VESTA (homo-bilayer included!)
Announcement: Special Course on Using VESTA to Make on 2D Material Heterostructure Models
Переглядів 3,3 тис.3 роки тому
Announcement: Special Course on Using VESTA to Make on 2D Material Heterostructure Models
SiO2 (111) Slab Model (can be tricky) in VESTA
Переглядів 4,5 тис.3 роки тому
SiO2 (111) Slab Model (can be tricky) in VESTA
Build 5 layer Copper slab in VESTA (111 surface)
Переглядів 9 тис.3 роки тому
Build 5 layer Copper slab in VESTA (111 surface)
Build FePS3 Monolayer in VESTA (monoclinic cell)
Переглядів 3 тис.3 роки тому
Build FePS3 Monolayer in VESTA (monoclinic cell)
Build Stacking Fault in Vesta - Part 1
Переглядів 2,7 тис.3 роки тому
Build Stacking Fault in Vesta - Part 1
Hydrogen Passivation of Surface in Vesta (easy method)
Переглядів 3,6 тис.3 роки тому
Hydrogen Passivation of Surface in Vesta (easy method)
Slab Model CdSe 4layers in VESTA
Переглядів 2,2 тис.3 роки тому
Slab Model CdSe 4layers in VESTA
Cut Gold Nanocrystal In VESTA (new method)
Переглядів 2,5 тис.3 роки тому
Cut Gold Nanocrystal In VESTA (new method)
Hartree-Fock Program in Python - part 4 (finally)
Переглядів 2,2 тис.3 роки тому
Hartree-Fock Program in Python - part 4 (finally)
Hartree-Fock Program in Python - Part 3
Переглядів 3,5 тис.4 роки тому
Hartree-Fock Program in Python - Part 3

КОМЕНТАРІ

  • @gayanipallewela8442
    @gayanipallewela8442 3 дні тому

    This is awesom. :D

  • @ManpreetKaur-gh4kp
    @ManpreetKaur-gh4kp 4 дні тому

    How can we create a monolayer on sio2 bulk substrate?

  • @masumbiswas7846
    @masumbiswas7846 24 дні тому

    Sir, why you are not posting for the last two years?

  • @ManpreetKaur-gh4kp
    @ManpreetKaur-gh4kp 24 дні тому

    please make a mono layer of 1T-TaS2

  • @AkileshMuralidharan
    @AkileshMuralidharan 25 днів тому

    Can you suggest how to change the hexagonal MoS2 structure to cubic structure by using rotational matrix in vesta software?

  • @arinbhakat5986
    @arinbhakat5986 Місяць тому

    Can we make moiré superlattices in VESTA as a vasp file? Thank you.

  • @muhammadhassan-uk2ml
    @muhammadhassan-uk2ml Місяць тому

    How we can obtain the monolayer from it?

  • @chandrikayadavk1736
    @chandrikayadavk1736 Місяць тому

    very informative video. I am trying to find a transformation matrix to convert hexagonal crystal structure to tetragonal crystal structure. Can anyone help with the transformation matrix.

  • @Deepak.physicist
    @Deepak.physicist Місяць тому

    I have a small doubt, on changing the slab to (201) plane, using matrix values, the crystal becomes somewhat like compressed and kind of sandwiched, is that okay for the slab? FYI, the structure I have chosen is WP2, monoclinic structure from Materials project (ID: mp-11329).

  • @duafatima6283
    @duafatima6283 2 місяці тому

    Hi sir, I want to make a sheet of titanium oxide like graphene sheets, i ahev structue of it but i dont know how t o turn it in a sheet. Can you pleasehelp me with it?

  • @YingZhang-z4y
    @YingZhang-z4y 2 місяці тому

    Hi, Nickel and Copper. Thanks for your video. How does this method control the layer number?

  • @chiezugolumodilinye9209
    @chiezugolumodilinye9209 2 місяці тому

    If I have a bulk bcc (110), how can I get a 110 surface

  • @desueilhalder1854
    @desueilhalder1854 2 місяці тому

    how do you get the lattice mismatch here? Or there are no mismatch? Also changing the lattice parameters will be accounted when we calculate for example vc-relax? I think this method is faster and better than using the code cell match.

  • @johnW-lh1xl
    @johnW-lh1xl 2 місяці тому

    Thanks for the tutorial, really appreciate the video quality. By the way, correct me if I'm wrong but the a* b* c* buttons seem to refer the basis vectors for the reciprocal lattice, and in this case since a b c is orthornormal it is its own reciprocal basis

  • @RajeshChitara-r4s
    @RajeshChitara-r4s 2 місяці тому

    thank you sir can you show result of this phase band and DOS

  • @smilesmile1694
    @smilesmile1694 2 місяці тому

    How to make pt 110 surface and how these transformation takes place

  • @BBonBon
    @BBonBon 2 місяці тому

    21:16 Just causally decided to look up the term "money shot" today... and accidentally learned the real meaning. Thought it was just like a important/crucial/memorable shot in a movie or something lol

  • @jasonxu4567
    @jasonxu4567 3 місяці тому

    What about lattice mismatch?

  • @choualhi7173
    @choualhi7173 3 місяці тому

    Did you teach cours of vesta

  • @bermudezfelipe
    @bermudezfelipe 3 місяці тому

    Hi ! hope you are well, thanks for the video, I want to ask if this kind of heterostructures can be used for Crystal23, if so, how can I put it into the input, because I am trying to run the optimization of geometry and the structure is failing, thanks again.

  • @zeyadabdulhamid2255
    @zeyadabdulhamid2255 4 місяці тому

    How can I know the transformation matrix for the 311 plane for cubic ZnFe2O4 structure, please?

  • @ComputationalChem
    @ComputationalChem 4 місяці тому

    one of the best HF method video on yt. thanks for content

  • @SuperMan-uj7dh
    @SuperMan-uj7dh 4 місяці тому

    hi how do add another unit cell to this one? I wanna have two connected ones

  • @gabrielvinicius9855
    @gabrielvinicius9855 4 місяці тому

    Really amazing tuto! How does the matrix looks like if I wanted the 111 phase of an FCC Co structure? Using the transformation matrix of this tuto, Co atoms get very close and problems arise during the ground state calc. I tried to apply the concepts discussed here and I got something really messy :(

  • @enex731
    @enex731 4 місяці тому

    Please do a GaAs subtrate and a ZnCdTe thin film with a ZnTe buffer layer. How do you build a buffer layer?

  • @aartilakhara8314
    @aartilakhara8314 4 місяці тому

    Can u provide intercalation in 2D material vesta structure

  • @susheel9490
    @susheel9490 5 місяців тому

    Sir plz make some vedios on building a functionalized carbon materials

  • @sevenup8048
    @sevenup8048 5 місяців тому

    many thanks

  • @alhassanshuaibu5734
    @alhassanshuaibu5734 5 місяців тому

    please can you make a monolayer VSi2N4

  • @ghandricheahcene9645
    @ghandricheahcene9645 5 місяців тому

    Many thanks for this interesting video!

  • @aligulaj
    @aligulaj 5 місяців тому

    This is awesome 👍🏾👍🏾👍🏾👍🏾

  • @aligulaj
    @aligulaj 5 місяців тому

    Hi...this is great stuff. I am starting out with my phd work and this has been very handy. Your work has given me quiet some information to guide me in my research work on surface passivization pf perovskites. As i have gone through some of your work I have a few questions, I noticed a pattern one can use to prepare structures ready for first principles analysis, though I haven't really grasped it well. A suggestion video would be a walk-through on preparing structures for analysis for first principle analysis. Thank you and love your videos

  • @rahulsharma-sg7qu
    @rahulsharma-sg7qu 5 місяців тому

    Hey, good presentation, may you suggest me how to make tilt Coincidence site lattice grain boundary for monoclinic structure using VESTA?

  • @saharbayat-u6j
    @saharbayat-u6j 5 місяців тому

    Thanks for this great tutorial! Can you please also show how to make different layers of MAPI3 slabs?

  • @gulayalgul5208
    @gulayalgul5208 5 місяців тому

    How can I obtain silicene monolayer, which is the 2D structure of Silicon, in Vesta. Thank you...

  • @payelsarkar7542
    @payelsarkar7542 5 місяців тому

    @nickelandcopper5636 Sir, I managed to build a slab model of 2x2x2 supercell of ZnO but I am not sure if it's correct or not. Plz let me know how can I connect with u

  • @ahmedismail8867
    @ahmedismail8867 5 місяців тому

    Hi sir, can you please share the cif file of g-C3N4. thank you

    • @Norra-hm7di
      @Norra-hm7di 4 місяці тому

      can take from materials project, search by formula, C3N4, or use the id, i took mp-971684 for my work.

    • @ahmedismail8867
      @ahmedismail8867 4 місяці тому

      @@Norra-hm7di thanks

  • @SUM-1008
    @SUM-1008 6 місяців тому

    Sir great efforts, Sir how I can make Fe Mono-layer? kindly guide me from very start, as I'm beginner

  • @johannaw.6735
    @johannaw.6735 6 місяців тому

    Hey, thank you so much! I have one additional question - why is it advantageous to move the slab to the center of the cell?

  • @ГулбануКаптагай-с9ш
    @ГулбануКаптагай-с9ш 6 місяців тому

    Thank you sir, make pls Graphene monolayer on (111) surface of perovskite

  • @LongBui-sz4tw
    @LongBui-sz4tw 6 місяців тому

    ​ @nickelandcopper5636 ​Thanks for your video. also please make tutorial on "how to change space group". I do not know how to find a rotation matrix

  • @susheel9490
    @susheel9490 6 місяців тому

    make some vedios how we can make functionalized QD

  • @arslanelahi6767
    @arslanelahi6767 6 місяців тому

    Thank you so much! i need your help want to make a heterostructure of two different crystal like orthorhombic and cubic for siesta how i can do ?

  • @lachitsaikia5980
    @lachitsaikia5980 7 місяців тому

    Very helpful. Could you prepare a video demonstrating modelling of core-shell nanoparticle?

  • @souravguha1238
    @souravguha1238 7 місяців тому

    I am trying to build a Cu-MoTe2 system, with Cu as the elctrodes. Can you show how to proceed with this?

  • @johannaw.6735
    @johannaw.6735 7 місяців тому

    Thank you so much for your video! Do you know why choosing a rectangular base for the supercell instead of the one you showed here adds additional strain to the cell?

  • @RameshKumar-hv4gv
    @RameshKumar-hv4gv 7 місяців тому

    @nickelandcopper5636 It's a great and informative video. What about the next steps. Like introducing another species of atoms in this structure. please share that information.

  • @IrinaSamsonov
    @IrinaSamsonov 8 місяців тому

    Thank you for making these videos! I had a question about the angular momentum terms: for Carbon, for example. If using the STO-3G basis set, the p orbitals have the normalization constant A * x^la * y^lb * z^lc where the last part is the spherical part, and la+lb+lc = L (angular momentum quantum number). for the 2p orbital, la+lb+lc = 1 (-1, 0, and 1). So, would it be correct to assume the terms are the respective spherical harmonics? Also, would they be multiplied instead of added?

    • @IrinaSamsonov
      @IrinaSamsonov 8 місяців тому

      A correction to the question: the xyz part is included in the overlap matrix, so the normalization constant (in cartesian coordinates) is ((8alpha)^(la+lb+lc)*la!lb!lc! / (2la)!(2lb)!(2lc)!)^1/2 (found on wikipedia page for gaussian orbitals). for la=-1, would it be correct to use the absolute value when computing this part? Or I may be completely wrong about all of it, please let me know if you have time. Thank you!

  • @NguyenNguyen-cj7bg
    @NguyenNguyen-cj7bg 8 місяців тому

    Hello, Can you help me about this. I have generate the file for VASP. In the notepad there is about 21 atoms but when I opened it there are about 1000 atoms. Could you see the problem for me. Thank you

  • @chotaamiwaybaintai8232
    @chotaamiwaybaintai8232 9 місяців тому

    Sir can you please make a video on 3D hematite (Fe2O3) to 2D hematene